#C0D8B2

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

Shades of Surf Crest #C0D8B2

Tints of Surf Crest #C0D8B2

Color information

#C0D8B2 (or 0xC0D8B2) is unknown color: approx Surf Crest. HEX triplet: C0, D8 and B2. RGB value is (192,216,178). Sum of RGB (Red+Green+Blue) = 192+216+178=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8B2 is #3F274D. Grayscale: #CCCCCC. Windows color (decimal): -4138830 or 11720896. OLE color: 11720896.

HSL color Cylindrical-coordinate representation of color #C0D8B2: hue angle of 97.89º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D8B2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB192216178-
CMYK0.1100.180.15
HSL97.89º32.76%77.25%-
HSV(B)97.89º17.59%84.71%-
XYZ54.3363.5351.52-
YUV204.49113.05119.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 178 (69.92% from 255) = 30.38%
R=32.76%
G=36.86%
B=30.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161780.1100.180.1597.8932.7677.25
HexC0D8B2B012F62214d
Octal300330262130221714241115
Binary1100000011011000101100101011010010111111000101000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8B2; }

 p { color: rgb(192,216,178); }

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

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

 a { background-color: rgb(192,216,178); }

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

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

 span { border-color: rgb(192,216,178); }

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