Html Css Color HEX #C7F2EE Foam

📋 copy color: '#C7F2EE'

red 199 ◦ green 242 ◦ blue 238

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

Shades of Foam #C7F2EE

Tints of Foam #C7F2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.05%

R = 29.31%
G = 35.64%
B = 35.05%

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

#C7F2EE (or 0xC7F2EE) is known color: Foam. HEX triplet: C7, F2 and EE. RGB value is (199,242,238). Sum of RGB (Red+Green+Blue) = 199+242+238=679 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.31% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F2EE is #380D11. Grayscale: #E4E4E4. Windows color (decimal): -3673362 or 15659719. OLE color: 15659719.

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

Color convert

RGB 199 242 238 -
CMYK 0.18 0 0.02 0.05
HSL 174.42º 0.62% 0.86% -
HSV(B) 174.42º 0.18% 0.95% -
XYZ 70.74 81.82 92.95 -
YUV 228.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 199 242 238 0.18 0 0.02 0.05 174.42 0.62 0.86
Hex C7 F2 EE 12 0 2 5 AE 3E 56
Octal 307 362 356 22 0 2 5 256 76 126
Binary 11000111 11110010 11101110 10010 0 10 101 10101110 111110 1010110

Color Harmonies of #C7F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F2EE

Black with #C7F2EE

Text Example


Text Example

White with #C7F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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