Html Css Color HEX #CCEEAE Reef

📋 copy color: '#CCEEAE'

red 204 ◦ green 238 ◦ blue 174

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

Shades of Reef #CCEEAE

Tints of Reef #CCEEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.25%

R = 33.12%
G = 38.64%
B = 28.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CCEEAE (or 0xCCEEAE) is known color: Reef. HEX triplet: CC, EE and AE. RGB value is (204,238,174). Sum of RGB (Red+Green+Blue) = 204+238+174=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAE is #331151. Grayscale: #DCDCDC. Windows color (decimal): -3346770 or 11464396. OLE color: 11464396.

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

Color convert

RGB 204 238 174 -
CMYK 0.14 0 0.27 0.07
HSL 91.88º 0.65% 0.81% -
HSV(B) 91.88º 0.27% 0.93% -
XYZ 63.12 77.04 51.59 -
YUV 220.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 204 238 174 0.14 0 0.27 0.07 91.88 0.65 0.81
Hex CC EE AE E 0 1B 7 5C 41 51
Octal 314 356 256 16 0 33 7 134 101 121
Binary 11001100 11101110 10101110 1110 0 11011 111 1011100 1000001 1010001

Color Harmonies of #CCEEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEAE

Black with #CCEEAE

Text Example


Text Example

White with #CCEEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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