Html Css Color HEX #CCEA9B Reef

📋 copy color: '#CCEA9B'

red 204 ◦ green 234 ◦ blue 155

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

Shades of Reef #CCEA9B

Tints of Reef #CCEA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.14%

R = 34.4%
G = 39.46%
B = 26.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#CCEA9B (or 0xCCEA9B) is known color: Reef. HEX triplet: CC, EA and 9B. RGB value is (204,234,155). Sum of RGB (Red+Green+Blue) = 204+234+155=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9B is #331564. Grayscale: #D8D8D8. Windows color (decimal): -3347813 or 10218188. OLE color: 10218188.

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

Color convert

RGB 204 234 155 -
CMYK 0.13 0 0.34 0.08
HSL 82.78º 0.65% 0.76% -
HSV(B) 82.78º 0.34% 0.92% -
XYZ 60.24 74.05 42.13 -
YUV 216.02 93.56 119.42 -
System Red Green Blue C M Y K H S L
Decimal 204 234 155 0.13 0 0.34 0.08 82.78 0.65 0.76
Hex CC EA 9B D 0 22 8 53 41 4C
Octal 314 352 233 15 0 42 10 123 101 114
Binary 11001100 11101010 10011011 1101 0 100010 1000 1010011 1000001 1001100

Color Harmonies of #CCEA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9B

Black with #CCEA9B

Text Example


Text Example

White with #CCEA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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