#C0DDBD

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

Shades of Surf Crest #C0DDBD

Tints of Surf Crest #C0DDBD

Color information

#C0DDBD (or 0xC0DDBD) is unknown color: approx Surf Crest. HEX triplet: C0, DD and BD. RGB value is (192,221,189). Sum of RGB (Red+Green+Blue) = 192+221+189=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDBD is #3F2242. Grayscale: #D0D0D0. Windows color (decimal): -4137539 or 12443072. OLE color: 12443072.

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

Color convert

RGB192221189-
CMYK0.1300.140.13
HSL114.37º32%80.39%-
HSV(B)114.37º14.48%86.67%-
XYZ56.7866.5958.01-
YUV208.68116.89116.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=31.89%
G=36.71%
B=31.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211890.1300.140.13114.373280.39
HexC0DDBDD0ED722050
Octal300335275150161516240120
Binary110000001101110110111101110101110110111100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDBD; }

 p { color: rgb(192,221,189); }

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

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

 a { background-color: rgb(192,221,189); }

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

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

 span { border-color: rgb(192,221,189); }

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