Html Css Color HEX #CCEA9F Reef

📋 copy color: '#CCEA9F'

red 204 ◦ green 234 ◦ blue 159

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

Shades of Reef #CCEA9F

Tints of Reef #CCEA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.63%

R = 34.17%
G = 39.2%
B = 26.63%

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

#CCEA9F (or 0xCCEA9F) is known color: Reef. HEX triplet: CC, EA and 9F. RGB value is (204,234,159). Sum of RGB (Red+Green+Blue) = 204+234+159=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 159 (62.5% from 255 or 26.63% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9F is #331560. Grayscale: #D8D8D8. Windows color (decimal): -3347809 or 10480332. OLE color: 10480332.

HSL color Cylindrical-coordinate representation of color #CCEA9F: hue angle of 84º 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 #CCEA9F is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 159 -
CMYK 0.13 0 0.32 0.08
HSL 84º 0.64% 0.77% -
HSV(B) 84º 0.32% 0.92% -
XYZ 60.58 74.19 43.93 -
YUV 216.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 204 234 159 0.13 0 0.32 0.08 84 0.64 0.77
Hex CC EA 9F D 0 20 8 54 40 4D
Octal 314 352 237 15 0 40 10 124 100 115
Binary 11001100 11101010 10011111 1101 0 100000 1000 1010100 1000000 1001101

Color Harmonies of #CCEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9F

Black with #CCEA9F

Text Example


Text Example

White with #CCEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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