#C5EAC2

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

Shades of Surf Crest #C5EAC2

Tints of Surf Crest #C5EAC2

Color information

#C5EAC2 (or 0xC5EAC2) is unknown color: approx Surf Crest. HEX triplet: C5, EA and C2. RGB value is (197,234,194). Sum of RGB (Red+Green+Blue) = 197+234+194=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAC2 is #3A153D. Grayscale: #DADADA. Windows color (decimal): -3806526 or 12774085. OLE color: 12774085.

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

Color convert

RGB197234194-
CMYK0.1600.170.08
HSL115.5º48.78%83.92%-
HSV(B)115.5º17.09%91.76%-
XYZ62.1974.6162.16-
YUV218.38114.24112.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 194 (76.17% from 255) = 31.04%
R=31.52%
G=37.44%
B=31.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972341940.1600.170.08115.548.7883.92
HexC5EAC2100118733154
Octal305352302200211016361124
Binary11000101111010101100001010000010001100011100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAC2; }

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

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

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

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

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

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

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

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