Html Css Color HEX #CCE09A Reef

📋 copy color: '#CCE09A'

red 204 ◦ green 224 ◦ blue 154

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

Shades of Reef #CCE09A

Tints of Reef #CCE09A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 154 (60.55% from 255) = 26.46%

R = 35.05%
G = 38.49%
B = 26.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#CCE09A (or 0xCCE09A) is known color: Reef. HEX triplet: CC, E0 and 9A. RGB value is (204,224,154). Sum of RGB (Red+Green+Blue) = 204+224+154=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE09A is #331F65. Grayscale: #D2D2D2. Windows color (decimal): -3350374 or 10150092. OLE color: 10150092.

HSL color Cylindrical-coordinate representation of color #CCE09A: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE09A is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 154 -
CMYK 0.09 0 0.31 0.12
HSL 77.14º 0.53% 0.74% -
HSV(B) 77.14º 0.31% 0.88% -
XYZ 57.39 68.48 40.77 -
YUV 210.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 204 224 154 0.09 0 0.31 0.12 77.14 0.53 0.74
Hex CC E0 9A 9 0 1F C 4D 35 4A
Octal 314 340 232 11 0 37 14 115 65 112
Binary 11001100 11100000 10011010 1001 0 11111 1100 1001101 110101 1001010

Color Harmonies of #CCE09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE09A

Black with #CCE09A

Text Example


Text Example

White with #CCE09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE09A; }

 p { color: rgb(204,224,154); }

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

background-color css

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

 a { background-color: rgb(204,224,154); }

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

border-color css

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

 span { border-color: rgb(204,224,154); }

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