Html Css Color HEX #C5EBA0 Reef

📋 copy color: '#C5EBA0'

red 197 ◦ green 235 ◦ blue 160

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

Shades of Reef #C5EBA0

Tints of Reef #C5EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.7%

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 33.28%
G = 39.7%
B = 27.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#C5EBA0 (or 0xC5EBA0) is known color: Reef. HEX triplet: C5, EB and A0. RGB value is (197,235,160). Sum of RGB (Red+Green+Blue) = 197+235+160=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EBA0 is #3A145F. Grayscale: #D7D7D7. Windows color (decimal): -3806304 or 10546117. OLE color: 10546117.

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

Color convert

RGB 197 235 160 -
CMYK 0.16 0 0.32 0.08
HSL 90.4º 0.65% 0.77% -
HSV(B) 90.4º 0.32% 0.92% -
XYZ 59.08 73.83 44.39 -
YUV 215.09 96.91 115.1 -
System Red Green Blue C M Y K H S L
Decimal 197 235 160 0.16 0 0.32 0.08 90.4 0.65 0.77
Hex C5 EB A0 10 0 20 8 5A 41 4D
Octal 305 353 240 20 0 40 10 132 101 115
Binary 11000101 11101011 10100000 10000 0 100000 1000 1011010 1000001 1001101

Color Harmonies of #C5EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBA0

Black with #C5EBA0

Text Example


Text Example

White with #C5EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBA0; }

 p { color: rgb(197,235,160); }

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

background-color css

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

 a { background-color: rgb(197,235,160); }

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

border-color css

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

 span { border-color: rgb(197,235,160); }

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