Html Css Color HEX #C2E0C4 Sea Mist

📋 copy color: '#C2E0C4'

red 194 ◦ green 224 ◦ blue 196

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

Shades of Sea Mist #C2E0C4

Tints of Sea Mist #C2E0C4

RGB

 RED value IS 194 (76.17% from 255) = 31.6%

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

 BLUE value IS 196 (76.95% from 255) = 31.92%

R = 31.6%
G = 36.48%
B = 31.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#C2E0C4 (or 0xC2E0C4) is known color: Sea Mist. HEX triplet: C2, E0 and C4. RGB value is (194,224,196). Sum of RGB (Red+Green+Blue) = 194+224+196=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E0C4 is #3D1F3B. Grayscale: #D3D3D3. Windows color (decimal): -4005692 or 12902594. OLE color: 12902594.

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

Color convert

RGB 194 224 196 -
CMYK 0.13 0 0.12 0.12
HSL 124º 0.33% 0.82% -
HSV(B) 124º 0.13% 0.88% -
XYZ 58.87 68.77 62.4 -
YUV 211.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 194 224 196 0.13 0 0.12 0.12 124 0.33 0.82
Hex C2 E0 C4 D 0 C C 7C 21 52
Octal 302 340 304 15 0 14 14 174 41 122
Binary 11000010 11100000 11000100 1101 0 1100 1100 1111100 100001 1010010

Color Harmonies of #C2E0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0C4

Black with #C2E0C4

Text Example


Text Example

White with #C2E0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0C4; }

 p { color: rgb(194,224,196); }

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

background-color css

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

 a { background-color: rgb(194,224,196); }

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

border-color css

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

 span { border-color: rgb(194,224,196); }

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