#CFF3BB

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

Shades of Tea Green #CFF3BB

Tints of Tea Green #CFF3BB

Color information

#CFF3BB (or 0xCFF3BB) is unknown color: approx Tea Green. HEX triplet: CF, F3 and BB. RGB value is (207,243,187). Sum of RGB (Red+Green+Blue) = 207+243+187=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3BB is #300C44. Grayscale: #E2E2E2. Windows color (decimal): -3148869 or 12317647. OLE color: 12317647.

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

Color convert

RGB207243187-
CMYK0.1500.230.05
HSL98.57º70%84.31%-
HSV(B)98.57º23.05%95.29%-
XYZ66.7580.9559.12-
YUV225.85106.07114.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.50%
GREEN value IS 243 (95.31% from 255) = 38.15%
BLUE value IS 187 (73.44% from 255) = 29.36%
R=32.50%
G=38.15%
B=29.36%

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
Decimal2072431870.1500.230.0598.577084.31
HexCFF3BBF0175634654
Octal317363273170275143106124
Binary1100111111110011101110111111010111101110001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3BB; }

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

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

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

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

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

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

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

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