Html Css Color HEX #CCEA9E Reef

📋 copy color: '#CCEA9E'

red 204 ◦ green 234 ◦ blue 158

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

Shades of Reef #CCEA9E

Tints of Reef #CCEA9E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.26%

 BLUE value IS 158 (62.11% from 255) = 26.51%

R = 34.23%
G = 39.26%
B = 26.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#CCEA9E (or 0xCCEA9E) is known color: Reef. HEX triplet: CC, EA and 9E. RGB value is (204,234,158). Sum of RGB (Red+Green+Blue) = 204+234+158=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9E is #331561. Grayscale: #D8D8D8. Windows color (decimal): -3347810 or 10414796. OLE color: 10414796.

HSL color Cylindrical-coordinate representation of color #CCEA9E: hue angle of 83.68º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEA9E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 158 -
CMYK 0.13 0 0.32 0.08
HSL 83.68º 0.64% 0.77% -
HSV(B) 83.68º 0.32% 0.92% -
XYZ 60.5 74.15 43.47 -
YUV 216.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 204 234 158 0.13 0 0.32 0.08 83.68 0.64 0.77
Hex CC EA 9E D 0 20 8 54 40 4D
Octal 314 352 236 15 0 40 10 124 100 115
Binary 11001100 11101010 10011110 1101 0 100000 1000 1010100 1000000 1001101

Color Harmonies of #CCEA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9E

Black with #CCEA9E

Text Example


Text Example

White with #CCEA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9E; }

 p { color: rgb(204,234,158); }

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

background-color css

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

 a { background-color: rgb(204,234,158); }

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

border-color css

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

 span { border-color: rgb(204,234,158); }

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