#CFF9BD

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

Shades of Tea Green #CFF9BD

Tints of Tea Green #CFF9BD

Color information

#CFF9BD (or 0xCFF9BD) is unknown color: approx Tea Green. HEX triplet: CF, F9 and BD. RGB value is (207,249,189). Sum of RGB (Red+Green+Blue) = 207+249+189=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9BD is #300642. Grayscale: #E5E5E5. Windows color (decimal): -3147331 or 12450255. OLE color: 12450255.

HSL color Cylindrical-coordinate representation of color #CFF9BD: hue angle of 102º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF9BD is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB207249189-
CMYK0.1700.240.02
HSL102º83.33%85.88%-
HSV(B)102º24.1%97.65%-
XYZ68.7984.6960.87-
YUV229.6105.09111.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=32.09%
G=38.60%
B=29.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491890.1700.240.0210283.3385.88
HexCFF9BD110182665356
Octal317371275210302146123126
Binary1100111111111001101111011000101100010110011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9BD; }

 p { color: rgb(207,249,189); }

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

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

 a { background-color: rgb(207,249,189); }

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

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

 span { border-color: rgb(207,249,189); }

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