Html Css Color HEX #C0E1C2 Sea Mist

📋 copy color: '#C0E1C2'

red 192 ◦ green 225 ◦ blue 194

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

Shades of Sea Mist #C0E1C2

Tints of Sea Mist #C0E1C2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 31.42%
G = 36.82%
B = 31.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#C0E1C2 (or 0xC0E1C2) is known color: Sea Mist. HEX triplet: C0, E1 and C2. RGB value is (192,225,194). Sum of RGB (Red+Green+Blue) = 192+225+194=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1C2 is #3F1E3D. Grayscale: #D3D3D3. Windows color (decimal): -4136510 or 12771776. OLE color: 12771776.

HSL color Cylindrical-coordinate representation of color #C0E1C2: hue angle of 123.64º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E1C2 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 194 -
CMYK 0.15 0 0.14 0.12
HSL 123.64º 0.35% 0.82% -
HSV(B) 123.64º 0.15% 0.88% -
XYZ 58.4 68.95 61.27 -
YUV 211.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 192 225 194 0.15 0 0.14 0.12 123.64 0.35 0.82
Hex C0 E1 C2 F 0 E C 7C 23 52
Octal 300 341 302 17 0 16 14 174 43 122
Binary 11000000 11100001 11000010 1111 0 1110 1100 1111100 100011 1010010

Color Harmonies of #C0E1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1C2

Black with #C0E1C2

Text Example


Text Example

White with #C0E1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1C2; }

 p { color: rgb(192,225,194); }

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

background-color css

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

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

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

border-color css

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

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

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