#C0DDBB

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

Shades of Surf Crest #C0DDBB

Tints of Surf Crest #C0DDBB

Color information

#C0DDBB (or 0xC0DDBB) is unknown color: approx Surf Crest. HEX triplet: C0, DD and BB. RGB value is (192,221,187). Sum of RGB (Red+Green+Blue) = 192+221+187=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDBB is #3F2244. Grayscale: #D0D0D0. Windows color (decimal): -4137541 or 12312000. OLE color: 12312000.

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

Color convert

RGB192221187-
CMYK0.1300.150.13
HSL111.18º33.33%80%-
HSV(B)111.18º15.38%86.67%-
XYZ56.5666.5156.87-
YUV208.45115.89116.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=32%
G=36.83%
B=31.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922211870.1300.150.13111.1833.3380
HexC0DDBBD0FD6f2150
Octal300335273150171515741120
Binary110000001101110110111011110101111110111011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDBB; }

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

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

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

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

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

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

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

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