Html Css Color HEX #C0DDBB Surf Crest

📋 copy color: '#C0DDBB'

red 192 ◦ green 221 ◦ blue 187

#C0DDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #C0DDBB

Tints of Surf Crest #C0DDBB

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 value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#C0DDBB (or 0xC0DDBB) is known color: 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

RGB 192 221 187 -
CMYK 0.13 0 0.15 0.13
HSL 111.18º 0.33% 0.8% -
HSV(B) 111.18º 0.15% 0.87% -
XYZ 56.56 66.51 56.87 -
YUV 208.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 192 221 187 0.13 0 0.15 0.13 111.18 0.33 0.8
Hex C0 DD BB D 0 F D 6F 21 50
Octal 300 335 273 15 0 17 15 157 41 120
Binary 11000000 11011101 10111011 1101 0 1111 1101 1101111 100001 1010000

Color Harmonies of #C0DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDBB

Black with #C0DDBB

Text Example


Text Example

White with #C0DDBB

Text Example


Text Example

HTML Codes & Css Web 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>