#C0DFBA

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

Shades of Surf Crest #C0DFBA

Tints of Surf Crest #C0DFBA

Color information

#C0DFBA (or 0xC0DFBA) is unknown color: approx Surf Crest. HEX triplet: C0, DF and BA. RGB value is (192,223,186). Sum of RGB (Red+Green+Blue) = 192+223+186=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFBA is #3F2045. Grayscale: #D1D1D1. Windows color (decimal): -4137030 or 12246976. OLE color: 12246976.

HSL color Cylindrical-coordinate representation of color #C0DFBA: hue angle of 110.27º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0DFBA is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB192223186-
CMYK0.1400.170.13
HSL110.27º36.63%80.2%-
HSV(B)110.27º16.59%87.45%-
XYZ56.9967.5356.48-
YUV209.51114.73115.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 223 (87.5% from 255) = 37.10%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=31.95%
G=37.10%
B=30.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922231860.1400.170.13110.2736.6380.2
HexC0DFBAE011D6e2550
Octal300337272160211515645120
Binary1100000011011111101110101110010001110111011101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFBA; }

 p { color: rgb(192,223,186); }

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

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

 a { background-color: rgb(192,223,186); }

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

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

 span { border-color: rgb(192,223,186); }

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