Html Css Color HEX #68EFB2 Medium Aquamarine

📋 copy color: '#68EFB2'

red 104 ◦ green 239 ◦ blue 178

#68EFB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #68EFB2

Tints of Medium Aquamarine #68EFB2

RGB

 RED value IS 104 (41.02% from 255) = 19.96%

 GREEN value IS 239 (93.75% from 255) = 45.87%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 19.96%
G = 45.87%
B = 34.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68EFB2 (or 0x68EFB2) is known color: Medium Aquamarine. HEX triplet: 68, EF and B2. RGB value is (104,239,178). Sum of RGB (Red+Green+Blue) = 104+239+178=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EFB2 is #97104D. Grayscale: #BFBFBF. Windows color (decimal): -9900110 or 11726696. OLE color: 11726696.

HSL color Cylindrical-coordinate representation of color #68EFB2: hue angle of 152.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFB2 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 178 -
CMYK 0.56 0 0.26 0.06
HSL 152.89º 0.81% 0.67% -
HSV(B) 152.89º 0.56% 0.94% -
XYZ 44.61 67.89 52.87 -
YUV 191.68 120.27 65.46 -
System Red Green Blue C M Y K H S L
Decimal 104 239 178 0.56 0 0.26 0.06 152.89 0.81 0.67
Hex 68 EF B2 38 0 1A 6 99 51 43
Octal 150 357 262 70 0 32 6 231 121 103
Binary 1101000 11101111 10110010 111000 0 11010 110 10011001 1010001 1000011

Color Harmonies of #68EFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFB2

Black with #68EFB2

Text Example


Text Example

White with #68EFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68EFB2; }

 p { color: rgb(104,239,178); }

 H1.HeaderClassName
 {
   color: #68EFB2;
 }
 .AnyTagClassName
 {
   color: #68EFB2;
 }
</style>

background-color css

<style>
 a { background-color: #68EFB2; }

 a { background-color: rgb(104,239,178); }

 div.DivClassName
 {
   background-color: #68EFB2;
 }
 .BgClassName
 {
   background-color: #68EFB2;
 }
</style>

border-color css

<style>
 span { border-color: #68EFB2; }

 span { border-color: rgb(104,239,178); }

 td.TdClassName
 {
   border-color: #68EFB2;
 }
 .TagClassName
 {
   border-color: #68EFB2;
 }
</style>