Html Css Color HEX #C0DDC0 Sea Mist

📋 copy color: '#C0DDC0'

red 192 ◦ green 221 ◦ blue 192

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

Shades of Sea Mist #C0DDC0

Tints of Sea Mist #C0DDC0

RGB

 RED value IS 192 (75.39% from 255) = 31.74%

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 192 (75.39% from 255) = 31.74%

R = 31.74%
G = 36.53%
B = 31.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#C0DDC0 (or 0xC0DDC0) is known color: Sea Mist. HEX triplet: C0, DD and C0. RGB value is (192,221,192). Sum of RGB (Red+Green+Blue) = 192+221+192=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC0 is #3F223F. Grayscale: #D1D1D1. Windows color (decimal): -4137536 or 12639680. OLE color: 12639680.

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

Color convert

RGB 192 221 192 -
CMYK 0.13 0 0.13 0.13
HSL 120º 0.3% 0.81% -
HSV(B) 120º 0.13% 0.87% -
XYZ 57.11 66.73 59.74 -
YUV 209.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 192 221 192 0.13 0 0.13 0.13 120 0.3 0.81
Hex C0 DD C0 D 0 D D 78 1E 51
Octal 300 335 300 15 0 15 15 170 36 121
Binary 11000000 11011101 11000000 1101 0 1101 1101 1111000 11110 1010001

Color Harmonies of #C0DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDC0

Black with #C0DDC0

Text Example


Text Example

White with #C0DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDC0; }

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

 H1.HeaderClassName
 {
   color: #C0DDC0;
 }
 .AnyTagClassName
 {
   color: #C0DDC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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