Html Css Color HEX #CCEEA8 Reef

📋 copy color: '#CCEEA8'

red 204 ◦ green 238 ◦ blue 168

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

Shades of Reef #CCEEA8

Tints of Reef #CCEEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 33.44%
G = 39.02%
B = 27.54%

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

#CCEEA8 (or 0xCCEEA8) is known color: Reef. HEX triplet: CC, EE and A8. RGB value is (204,238,168). Sum of RGB (Red+Green+Blue) = 204+238+168=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA8 is #331157. Grayscale: #DCDCDC. Windows color (decimal): -3346776 or 11071180. OLE color: 11071180.

HSL color Cylindrical-coordinate representation of color #CCEEA8: hue angle of 89.14º 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 #CCEEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 168 -
CMYK 0.14 0 0.29 0.07
HSL 89.14º 0.67% 0.8% -
HSV(B) 89.14º 0.29% 0.93% -
XYZ 62.54 76.81 48.58 -
YUV 219.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 204 238 168 0.14 0 0.29 0.07 89.14 0.67 0.8
Hex CC EE A8 E 0 1D 7 59 43 50
Octal 314 356 250 16 0 35 7 131 103 120
Binary 11001100 11101110 10101000 1110 0 11101 111 1011001 1000011 1010000

Color Harmonies of #CCEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEA8

Black with #CCEEA8

Text Example


Text Example

White with #CCEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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