Html Css Color HEX #66EECB Aquamarine

📋 copy color: '#66EECB'

red 102 ◦ green 238 ◦ blue 203

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

Shades of Aquamarine #66EECB

Tints of Aquamarine #66EECB

RGB

 RED value IS 102 (40.23% from 255) = 18.78%

 GREEN value IS 238 (93.36% from 255) = 43.83%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 18.78%
G = 43.83%
B = 37.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#66EECB (or 0x66EECB) is known color: Aquamarine. HEX triplet: 66, EE and CB. RGB value is (102,238,203). Sum of RGB (Red+Green+Blue) = 102+238+203=543 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.78% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #66EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EECB is #991134. Grayscale: #C1C1C1. Windows color (decimal): -10031413 or 13364838. OLE color: 13364838.

HSL color Cylindrical-coordinate representation of color #66EECB: hue angle of 164.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EECB is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 238 203 -
CMYK 0.57 0 0.15 0.07
HSL 164.56º 0.8% 0.67% -
HSV(B) 164.56º 0.57% 0.93% -
XYZ 46.83 68.29 67.21 -
YUV 193.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 102 238 203 0.57 0 0.15 0.07 164.56 0.8 0.67
Hex 66 EE CB 39 0 F 7 A5 50 43
Octal 146 356 313 71 0 17 7 245 120 103
Binary 1100110 11101110 11001011 111001 0 1111 111 10100101 1010000 1000011

Color Harmonies of #66EECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EECB

Black with #66EECB

Text Example


Text Example

White with #66EECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66EECB; }

 p { color: rgb(102,238,203); }

 H1.HeaderClassName
 {
   color: #66EECB;
 }
 .AnyTagClassName
 {
   color: #66EECB;
 }
</style>

background-color css

<style>
 a { background-color: #66EECB; }

 a { background-color: rgb(102,238,203); }

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

border-color css

<style>
 span { border-color: #66EECB; }

 span { border-color: rgb(102,238,203); }

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