Html Css Color HEX #C7F2EC Foam

📋 copy color: '#C7F2EC'

red 199 ◦ green 242 ◦ blue 236

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

Shades of Foam #C7F2EC

Tints of Foam #C7F2EC

RGB

 RED value IS 199 (78.13% from 255) = 29.39%

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 236 (92.58% from 255) = 34.86%

R = 29.39%
G = 35.75%
B = 34.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#C7F2EC (or 0xC7F2EC) is known color: Foam. HEX triplet: C7, F2 and EC. RGB value is (199,242,236). Sum of RGB (Red+Green+Blue) = 199+242+236=677 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.39% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2EC is #380D13. Grayscale: #E4E4E4. Windows color (decimal): -3673364 or 15528647. OLE color: 15528647.

HSL color Cylindrical-coordinate representation of color #C7F2EC: hue angle of 171.63º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F2EC is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 236 -
CMYK 0.18 0 0.02 0.05
HSL 171.63º 0.62% 0.86% -
HSV(B) 171.63º 0.18% 0.95% -
XYZ 70.45 81.7 91.41 -
YUV 228.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 199 242 236 0.18 0 0.02 0.05 171.63 0.62 0.86
Hex C7 F2 EC 12 0 2 5 AC 3E 56
Octal 307 362 354 22 0 2 5 254 76 126
Binary 11000111 11110010 11101100 10010 0 10 101 10101100 111110 1010110

Color Harmonies of #C7F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2EC

Black with #C7F2EC

Text Example


Text Example

White with #C7F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2EC; }

 p { color: rgb(199,242,236); }

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

background-color css

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

 a { background-color: rgb(199,242,236); }

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

border-color css

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

 span { border-color: rgb(199,242,236); }

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