#CFEAC5

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

Shades of Tea Green #CFEAC5

Tints of Tea Green #CFEAC5

Color information

#CFEAC5 (or 0xCFEAC5) is unknown color: approx Tea Green. HEX triplet: CF, EA and C5. RGB value is (207,234,197). Sum of RGB (Red+Green+Blue) = 207+234+197=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC5 is #30153A. Grayscale: #DDDDDD. Windows color (decimal): -3151163 or 12970703. OLE color: 12970703.

HSL color Cylindrical-coordinate representation of color #CFEAC5: hue angle of 103.78º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEAC5 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB207234197-
CMYK0.1200.160.08
HSL103.78º46.84%84.51%-
HSV(B)103.78º15.81%91.76%-
XYZ65.2376.1464.08-
YUV221.71114.05117.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 234 (91.80% from 255) = 36.68%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=32.45%
G=36.68%
B=30.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341970.1200.160.08103.7846.8484.51
HexCFEAC5C0108682f55
Octal317352305140201015057125
Binary1100111111101010110001011100010000100011010001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAC5; }

 p { color: rgb(207,234,197); }

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

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

 a { background-color: rgb(207,234,197); }

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

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

 span { border-color: rgb(207,234,197); }

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