#CFF3BA

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

Shades of Tea Green #CFF3BA

Tints of Tea Green #CFF3BA

Color information

#CFF3BA (or 0xCFF3BA) is unknown color: approx Tea Green. HEX triplet: CF, F3 and BA. RGB value is (207,243,186). Sum of RGB (Red+Green+Blue) = 207+243+186=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3BA is #300C45. Grayscale: #E1E1E1. Windows color (decimal): -3148870 or 12252111. OLE color: 12252111.

HSL color Cylindrical-coordinate representation of color #CFF3BA: hue angle of 97.89º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF3BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB207243186-
CMYK0.1500.230.05
HSL97.89º70.37%84.12%-
HSV(B)97.89º23.46%95.29%-
XYZ66.6580.9158.56-
YUV225.74105.57114.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 243 (95.31% from 255) = 38.21%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=32.55%
G=38.21%
B=29.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431860.1500.230.0597.8970.3784.12
HexCFF3BAF0175624654
Octal317363272170275142106124
Binary1100111111110011101110101111010111101110001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3BA; }

 p { color: rgb(207,243,186); }

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

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

 a { background-color: rgb(207,243,186); }

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

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

 span { border-color: rgb(207,243,186); }

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