Html Css Color HEX #CCEEAA Reef

📋 copy color: '#CCEEAA'

red 204 ◦ green 238 ◦ blue 170

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

Shades of Reef #CCEEAA

Tints of Reef #CCEEAA

RGB

 RED value IS 204 (80.08% from 255) = 33.33%

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

 BLUE value IS 170 (66.8% from 255) = 27.78%

R = 33.33%
G = 38.89%
B = 27.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CCEEAA (or 0xCCEEAA) is known color: Reef. HEX triplet: CC, EE and AA. RGB value is (204,238,170). Sum of RGB (Red+Green+Blue) = 204+238+170=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAA is #331155. Grayscale: #DCDCDC. Windows color (decimal): -3346774 or 11202252. OLE color: 11202252.

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

Color convert

RGB 204 238 170 -
CMYK 0.14 0 0.29 0.07
HSL 90º 0.67% 0.8% -
HSV(B) 90º 0.29% 0.93% -
XYZ 62.73 76.89 49.56 -
YUV 220.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 204 238 170 0.14 0 0.29 0.07 90 0.67 0.8
Hex CC EE AA E 0 1D 7 5A 43 50
Octal 314 356 252 16 0 35 7 132 103 120
Binary 11001100 11101110 10101010 1110 0 11101 111 1011010 1000011 1010000

Color Harmonies of #CCEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEAA

Black with #CCEEAA

Text Example


Text Example

White with #CCEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEAA; }

 p { color: rgb(204,238,170); }

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

background-color css

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

 a { background-color: rgb(204,238,170); }

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

border-color css

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

 span { border-color: rgb(204,238,170); }

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