#CFEAC0

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

Shades of Tea Green #CFEAC0

Tints of Tea Green #CFEAC0

Color information

#CFEAC0 (or 0xCFEAC0) is unknown color: approx Tea Green. HEX triplet: CF, EA and C0. RGB value is (207,234,192). Sum of RGB (Red+Green+Blue) = 207+234+192=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC0 is #30153F. Grayscale: #DDDDDD. Windows color (decimal): -3151168 or 12643023. OLE color: 12643023.

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

Color convert

RGB207234192-
CMYK0.1200.180.08
HSL98.57º50%83.53%-
HSV(B)98.57º17.95%91.76%-
XYZ64.6775.9261.11-
YUV221.14111.55117.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 234 (91.80% from 255) = 36.97%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=32.70%
G=36.97%
B=30.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341920.1200.180.0898.575083.53
HexCFEAC0C0128633254
Octal317352300140221014362124
Binary1100111111101010110000001100010010100011000111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAC0; }

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

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

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

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

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

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

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

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