#CFE6C5

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

Shades of Tea Green #CFE6C5

Tints of Tea Green #CFE6C5

Color information

#CFE6C5 (or 0xCFE6C5) is unknown color: approx Tea Green. HEX triplet: CF, E6 and C5. RGB value is (207,230,197). Sum of RGB (Red+Green+Blue) = 207+230+197=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6C5 is #30193A. Grayscale: #DBDBDB. Windows color (decimal): -3152187 or 12969679. OLE color: 12969679.

HSL color Cylindrical-coordinate representation of color #CFE6C5: hue angle of 101.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE6C5 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB207230197-
CMYK0.1000.140.10
HSL101.82º39.76%83.73%-
HSV(B)101.82º14.35%90.2%-
XYZ64.1173.8963.71-
YUV219.36115.38119.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 197 (77.34% from 255) = 31.07%
R=32.65%
G=36.28%
B=31.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072301970.1000.140.10101.8239.7683.73
HexCFE6C5A0EA662854
Octal317346305120161214650124
Binary110011111110011011000101101001110101011001101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6C5; }

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

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

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

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

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

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

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

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