#C0DABC

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

Shades of Surf Crest #C0DABC

Tints of Surf Crest #C0DABC

Color information

#C0DABC (or 0xC0DABC) is unknown color: approx Surf Crest. HEX triplet: C0, DA and BC. RGB value is (192,218,188). Sum of RGB (Red+Green+Blue) = 192+218+188=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DABC is #3F2543. Grayscale: #CECECE. Windows color (decimal): -4138308 or 12376768. OLE color: 12376768.

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

Color convert

RGB192218188-
CMYK0.1200.140.15
HSL112º28.85%79.61%-
HSV(B)112º13.76%85.49%-
XYZ55.8964.9857.17-
YUV206.81117.39117.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 188 (73.83% from 255) = 31.44%
R=32.11%
G=36.45%
B=31.44%

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
Decimal1922181880.1200.140.1511228.8579.61
HexC0DABCC0EF701d50
Octal300332274140161716035120
Binary11000000110110101011110011000111011111110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DABC; }

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

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

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

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

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

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

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

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