#CFF0BD

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

Shades of Tea Green #CFF0BD

Tints of Tea Green #CFF0BD

Color information

#CFF0BD (or 0xCFF0BD) is unknown color: approx Tea Green. HEX triplet: CF, F0 and BD. RGB value is (207,240,189). Sum of RGB (Red+Green+Blue) = 207+240+189=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 189 (74.22% from 255 or 29.72% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BD is #300F42. Grayscale: #E0E0E0. Windows color (decimal): -3149635 or 12447951. OLE color: 12447951.

HSL color Cylindrical-coordinate representation of color #CFF0BD: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF0BD is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB207240189-
CMYK0.1400.210.06
HSL98.82º62.96%84.12%-
HSV(B)98.82º21.25%94.12%-
XYZ66.0879.2659.96-
YUV224.32108.07115.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 189 (74.22% from 255) = 29.72%
R=32.55%
G=37.74%
B=29.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401890.1400.210.0698.8262.9684.12
HexCFF0BDE0156633f54
Octal31736027516025614377124
Binary110011111111000010111101111001010111011000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0BD; }

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

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

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

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

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

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

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

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