Html Css Color HEX #C7F2ED Foam

📋 copy color: '#C7F2ED'

red 199 ◦ green 242 ◦ blue 237

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

Shades of Foam #C7F2ED

Tints of Foam #C7F2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.96%

R = 29.35%
G = 35.69%
B = 34.96%

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

#C7F2ED (or 0xC7F2ED) is known color: Foam. HEX triplet: C7, F2 and ED. RGB value is (199,242,237). Sum of RGB (Red+Green+Blue) = 199+242+237=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2ED is #380D12. Grayscale: #E4E4E4. Windows color (decimal): -3673363 or 15594183. OLE color: 15594183.

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

Color convert

RGB 199 242 237 -
CMYK 0.18 0 0.02 0.05
HSL 173.02º 0.62% 0.86% -
HSV(B) 173.02º 0.18% 0.95% -
XYZ 70.59 81.76 92.18 -
YUV 228.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 199 242 237 0.18 0 0.02 0.05 173.02 0.62 0.86
Hex C7 F2 ED 12 0 2 5 AD 3E 56
Octal 307 362 355 22 0 2 5 255 76 126
Binary 11000111 11110010 11101101 10010 0 10 101 10101101 111110 1010110

Color Harmonies of #C7F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2ED

Black with #C7F2ED

Text Example


Text Example

White with #C7F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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