Html Css Color HEX #C5ECA0 Reef

📋 copy color: '#C5ECA0'

red 197 ◦ green 236 ◦ blue 160

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

Shades of Reef #C5ECA0

Tints of Reef #C5ECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.8%

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

R = 33.22%
G = 39.8%
B = 26.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#C5ECA0 (or 0xC5ECA0) is known color: Reef. HEX triplet: C5, EC and A0. RGB value is (197,236,160). Sum of RGB (Red+Green+Blue) = 197+236+160=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5ECA0 is #3A135F. Grayscale: #D7D7D7. Windows color (decimal): -3806048 or 10546373. OLE color: 10546373.

HSL color Cylindrical-coordinate representation of color #C5ECA0: hue angle of 90.79º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ECA0 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 236 160 -
CMYK 0.17 0 0.32 0.07
HSL 90.79º 0.67% 0.78% -
HSV(B) 90.79º 0.32% 0.93% -
XYZ 59.37 74.4 44.49 -
YUV 215.68 96.58 114.68 -
System Red Green Blue C M Y K H S L
Decimal 197 236 160 0.17 0 0.32 0.07 90.79 0.67 0.78
Hex C5 EC A0 11 0 20 7 5B 43 4E
Octal 305 354 240 21 0 40 7 133 103 116
Binary 11000101 11101100 10100000 10001 0 100000 111 1011011 1000011 1001110

Color Harmonies of #C5ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ECA0

Black with #C5ECA0

Text Example


Text Example

White with #C5ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ECA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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