Html Css Color HEX #C0E0BF Sea Mist

📋 copy color: '#C0E0BF'

red 192 ◦ green 224 ◦ blue 191

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

Shades of Sea Mist #C0E0BF

Tints of Sea Mist #C0E0BF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 191 (75% from 255) = 31.47%

R = 31.63%
G = 36.9%
B = 31.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#C0E0BF (or 0xC0E0BF) is known color: Sea Mist. HEX triplet: C0, E0 and BF. RGB value is (192,224,191). Sum of RGB (Red+Green+Blue) = 192+224+191=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E0BF is #3F1F40. Grayscale: #D2D2D2. Windows color (decimal): -4136769 or 12574912. OLE color: 12574912.

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

Color convert

RGB 192 224 191 -
CMYK 0.14 0 0.15 0.12
HSL 118.18º 0.35% 0.81% -
HSV(B) 118.18º 0.15% 0.88% -
XYZ 57.8 68.28 59.42 -
YUV 210.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 192 224 191 0.14 0 0.15 0.12 118.18 0.35 0.81
Hex C0 E0 BF E 0 F C 76 23 51
Octal 300 340 277 16 0 17 14 166 43 121
Binary 11000000 11100000 10111111 1110 0 1111 1100 1110110 100011 1010001

Color Harmonies of #C0E0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E0BF

Black with #C0E0BF

Text Example


Text Example

White with #C0E0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E0BF; }

 p { color: rgb(192,224,191); }

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

background-color css

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

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

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

border-color css

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

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

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