Html Css Color HEX #C0DDC1 Sea Mist

📋 copy color: '#C0DDC1'

red 192 ◦ green 221 ◦ blue 193

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

Shades of Sea Mist #C0DDC1

Tints of Sea Mist #C0DDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.85%

R = 31.68%
G = 36.47%
B = 31.85%

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

#C0DDC1 (or 0xC0DDC1) is known color: Sea Mist. HEX triplet: C0, DD and C1. RGB value is (192,221,193). Sum of RGB (Red+Green+Blue) = 192+221+193=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDC1 is #3F223E. Grayscale: #D1D1D1. Windows color (decimal): -4137535 or 12705216. OLE color: 12705216.

HSL color Cylindrical-coordinate representation of color #C0DDC1: hue angle of 122.07º 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 #C0DDC1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 193 -
CMYK 0.13 0 0.13 0.13
HSL 122.07º 0.3% 0.81% -
HSV(B) 122.07º 0.13% 0.87% -
XYZ 57.22 66.77 60.32 -
YUV 209.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 192 221 193 0.13 0 0.13 0.13 122.07 0.3 0.81
Hex C0 DD C1 D 0 D D 7A 1E 51
Octal 300 335 301 15 0 15 15 172 36 121
Binary 11000000 11011101 11000001 1101 0 1101 1101 1111010 11110 1010001

Color Harmonies of #C0DDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DDC1

Black with #C0DDC1

Text Example


Text Example

White with #C0DDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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