Html Css Color HEX #CCE094 Reef

📋 copy color: '#CCE094'

red 204 ◦ green 224 ◦ blue 148

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

Shades of Reef #CCE094

Tints of Reef #CCE094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.69%

R = 35.42%
G = 38.89%
B = 25.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CCE094 (or 0xCCE094) is known color: Reef. HEX triplet: CC, E0 and 94. RGB value is (204,224,148). Sum of RGB (Red+Green+Blue) = 204+224+148=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE094 is #331F6B. Grayscale: #D1D1D1. Windows color (decimal): -3350380 or 9756876. OLE color: 9756876.

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

Color convert

RGB 204 224 148 -
CMYK 0.09 0 0.34 0.12
HSL 75.79º 0.55% 0.73% -
HSV(B) 75.79º 0.34% 0.88% -
XYZ 56.9 68.29 38.2 -
YUV 209.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 204 224 148 0.09 0 0.34 0.12 75.79 0.55 0.73
Hex CC E0 94 9 0 22 C 4C 37 49
Octal 314 340 224 11 0 42 14 114 67 111
Binary 11001100 11100000 10010100 1001 0 100010 1100 1001100 110111 1001001

Color Harmonies of #CCE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE094

Black with #CCE094

Text Example


Text Example

White with #CCE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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