Html Css Color HEX #C5EAA4 Reef

📋 copy color: '#C5EAA4'

red 197 ◦ green 234 ◦ blue 164

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

Shades of Reef #C5EAA4

Tints of Reef #C5EAA4

RGB

 RED value IS 197 (77.34% from 255) = 33.11%

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

 BLUE value IS 164 (64.45% from 255) = 27.56%

R = 33.11%
G = 39.33%
B = 27.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#C5EAA4 (or 0xC5EAA4) is known color: Reef. HEX triplet: C5, EA and A4. RGB value is (197,234,164). Sum of RGB (Red+Green+Blue) = 197+234+164=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EAA4 is #3A155B. Grayscale: #D7D7D7. Windows color (decimal): -3806556 or 10808005. OLE color: 10808005.

HSL color Cylindrical-coordinate representation of color #C5EAA4: hue angle of 91.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5EAA4 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 164 -
CMYK 0.16 0 0.30 0.08
HSL 91.71º 0.63% 0.78% -
HSV(B) 91.71º 0.3% 0.92% -
XYZ 59.15 73.4 46.17 -
YUV 214.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 197 234 164 0.16 0 0.30 0.08 91.71 0.63 0.78
Hex C5 EA A4 10 0 1E 8 5C 3E 4E
Octal 305 352 244 20 0 36 10 134 76 116
Binary 11000101 11101010 10100100 10000 0 11110 1000 1011100 111110 1001110

Color Harmonies of #C5EAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAA4

Black with #C5EAA4

Text Example


Text Example

White with #C5EAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAA4; }

 p { color: rgb(197,234,164); }

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

background-color css

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

 a { background-color: rgb(197,234,164); }

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

border-color css

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

 span { border-color: rgb(197,234,164); }

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