#C7EEAF

Color #C7EEAF Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C7EEAF

Tints of Tea Green #C7EEAF

Color information

#C7EEAF (or 0xC7EEAF) is unknown color: approx Tea Green. HEX triplet: C7, EE and AF. RGB value is (199,238,175). Sum of RGB (Red+Green+Blue) = 199+238+175=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7EEAF is #381150. Grayscale: #DBDBDB. Windows color (decimal): -3674449 or 11529927. OLE color: 11529927.

HSL color Cylindrical-coordinate representation of color #C7EEAF: hue angle of 97.14º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7EEAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB199238175-
CMYK0.1600.260.07
HSL97.14º64.95%80.98%-
HSV(B)97.14º26.47%93.33%-
XYZ61.8776.3952.04-
YUV219.16103.08113.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=32.52%
G=38.89%
B=28.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992381750.1600.260.0797.1464.9580.98
HexC7EEAF1001A7614151
Octal307356257200327141101121
Binary11000111111011101010111110000011010111110000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EEAF; }

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

 H1.HeaderClassName
 {
   color: #C7EEAF;
 }
 .AnyTagClassName
 {
   color: #C7EEAF;
 }
</style>
background-color css

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

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

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

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

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

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