#C0DABB

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

Shades of Surf Crest #C0DABB

Tints of Surf Crest #C0DABB

Color information

#C0DABB (or 0xC0DABB) is unknown color: approx Surf Crest. HEX triplet: C0, DA and BB. RGB value is (192,218,187). Sum of RGB (Red+Green+Blue) = 192+218+187=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DABB is #3F2544. Grayscale: #CECECE. Windows color (decimal): -4138309 or 12311232. OLE color: 12311232.

HSL color Cylindrical-coordinate representation of color #C0DABB: hue angle of 110.32º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DABB is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB192218187-
CMYK0.1200.140.15
HSL110.32º29.52%79.41%-
HSV(B)110.32º14.22%85.49%-
XYZ55.7864.9456.61-
YUV206.69116.89117.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=32.16%
G=36.52%
B=31.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922181870.1200.140.15110.3229.5279.41
HexC0DABBC0EF6e1e4f
Octal300332273140161715636117
Binary11000000110110101011101111000111011111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DABB; }

 p { color: rgb(192,218,187); }

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

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

 a { background-color: rgb(192,218,187); }

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

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

 span { border-color: rgb(192,218,187); }

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