Html Css Color HEX #C0DCC0 Sea Mist

📋 copy color: '#C0DCC0'

red 192 ◦ green 220 ◦ blue 192

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

Shades of Sea Mist #C0DCC0

Tints of Sea Mist #C0DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 31.79%
G = 36.42%
B = 31.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#C0DCC0 (or 0xC0DCC0) is known color: Sea Mist. HEX triplet: C0, DC and C0. RGB value is (192,220,192). Sum of RGB (Red+Green+Blue) = 192+220+192=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCC0 is #3F233F. Grayscale: #D0D0D0. Windows color (decimal): -4137792 or 12639424. OLE color: 12639424.

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

Color convert

RGB 192 220 192 -
CMYK 0.13 0 0.13 0.14
HSL 120º 0.29% 0.81% -
HSV(B) 120º 0.13% 0.86% -
XYZ 56.85 66.2 59.65 -
YUV 208.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 192 220 192 0.13 0 0.13 0.14 120 0.29 0.81
Hex C0 DC C0 D 0 D E 78 1D 51
Octal 300 334 300 15 0 15 16 170 35 121
Binary 11000000 11011100 11000000 1101 0 1101 1110 1111000 11101 1010001

Color Harmonies of #C0DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCC0

Black with #C0DCC0

Text Example


Text Example

White with #C0DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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