Html Css Color HEX #C4EAA5 Reef

📋 copy color: '#C4EAA5'

red 196 ◦ green 234 ◦ blue 165

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

Shades of Reef #C4EAA5

Tints of Reef #C4EAA5

RGB

 RED value IS 196 (76.95% from 255) = 32.94%

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

 BLUE value IS 165 (64.84% from 255) = 27.73%

R = 32.94%
G = 39.33%
B = 27.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#C4EAA5 (or 0xC4EAA5) is known color: Reef. HEX triplet: C4, EA and A5. RGB value is (196,234,165). Sum of RGB (Red+Green+Blue) = 196+234+165=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EAA5 is #3B155A. Grayscale: #D7D7D7. Windows color (decimal): -3872091 or 10873540. OLE color: 10873540.

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

Color convert

RGB 196 234 165 -
CMYK 0.16 0 0.29 0.08
HSL 93.04º 0.62% 0.78% -
HSV(B) 93.04º 0.29% 0.92% -
XYZ 58.98 73.3 46.64 -
YUV 214.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 196 234 165 0.16 0 0.29 0.08 93.04 0.62 0.78
Hex C4 EA A5 10 0 1D 8 5D 3E 4E
Octal 304 352 245 20 0 35 10 135 76 116
Binary 11000100 11101010 10100101 10000 0 11101 1000 1011101 111110 1001110

Color Harmonies of #C4EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EAA5

Black with #C4EAA5

Text Example


Text Example

White with #C4EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EAA5; }

 p { color: rgb(196,234,165); }

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

background-color css

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

 a { background-color: rgb(196,234,165); }

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

border-color css

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

 span { border-color: rgb(196,234,165); }

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