Html Css Color HEX #C0DFC0 Sea Mist

📋 copy color: '#C0DFC0'

red 192 ◦ green 223 ◦ blue 192

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

Shades of Sea Mist #C0DFC0

Tints of Sea Mist #C0DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.74%

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

R = 31.63%
G = 36.74%
B = 31.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#C0DFC0 (or 0xC0DFC0) is known color: Sea Mist. HEX triplet: C0, DF and C0. RGB value is (192,223,192). Sum of RGB (Red+Green+Blue) = 192+223+192=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFC0 is #3F203F. Grayscale: #D2D2D2. Windows color (decimal): -4137024 or 12640192. OLE color: 12640192.

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

Color convert

RGB 192 223 192 -
CMYK 0.14 0 0.14 0.13
HSL 120º 0.33% 0.81% -
HSV(B) 120º 0.14% 0.87% -
XYZ 57.64 67.79 59.92 -
YUV 210.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 192 223 192 0.14 0 0.14 0.13 120 0.33 0.81
Hex C0 DF C0 E 0 E D 78 21 51
Octal 300 337 300 16 0 16 15 170 41 121
Binary 11000000 11011111 11000000 1110 0 1110 1101 1111000 100001 1010001

Color Harmonies of #C0DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DFC0

Black with #C0DFC0

Text Example


Text Example

White with #C0DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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