#C5E0C2

Color #C5E0C2 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C5E0C2

Tints of Surf Crest #C5E0C2

Color information

#C5E0C2 (or 0xC5E0C2) is unknown color: approx Surf Crest. HEX triplet: C5, E0 and C2. RGB value is (197,224,194). Sum of RGB (Red+Green+Blue) = 197+224+194=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0C2 is #3A1F3D. Grayscale: #D4D4D4. Windows color (decimal): -3809086 or 12771525. OLE color: 12771525.

HSL color Cylindrical-coordinate representation of color #C5E0C2: hue angle of 114º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5E0C2 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB197224194-
CMYK0.1200.130.12
HSL114º32.61%81.96%-
HSV(B)114º13.39%87.84%-
XYZ59.4269.0861.24-
YUV212.51117.55116.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=32.03%
G=36.42%
B=31.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972241940.1200.130.1211432.6181.96
HexC5E0C2C0DC722152
Octal305340302140151416241122
Binary110001011110000011000010110001101110011100101000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E0C2; }

 p { color: rgb(197,224,194); }

 H1.HeaderClassName
 {
   color: #C5E0C2;
 }
 .AnyTagClassName
 {
   color: #C5E0C2;
 }
</style>
background-color css

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

 a { background-color: rgb(197,224,194); }

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

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

 span { border-color: rgb(197,224,194); }

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