#CFF2BA

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

Shades of Tea Green #CFF2BA

Tints of Tea Green #CFF2BA

Color information

#CFF2BA (or 0xCFF2BA) is unknown color: approx Tea Green. HEX triplet: CF, F2 and BA. RGB value is (207,242,186). Sum of RGB (Red+Green+Blue) = 207+242+186=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BA is #300D45. Grayscale: #E1E1E1. Windows color (decimal): -3149126 or 12251855. OLE color: 12251855.

HSL color Cylindrical-coordinate representation of color #CFF2BA: hue angle of 97.5º degrees, saturation: 0.68, 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 #CFF2BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB207242186-
CMYK0.1400.230.05
HSL97.5º68.29%83.92%-
HSV(B)97.5º23.14%94.9%-
XYZ66.3580.3158.46-
YUV225.15105.9115.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 242 (94.92% from 255) = 38.11%
BLUE value IS 186 (73.05% from 255) = 29.29%
R=32.60%
G=38.11%
B=29.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421860.1400.230.0597.568.2983.92
HexCFF2BAE0175624454
Octal317362272160275142104124
Binary1100111111110010101110101110010111101110001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2BA; }

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

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

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

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

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

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

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

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