#CFEBB9

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

Shades of Tea Green #CFEBB9

Tints of Tea Green #CFEBB9

Color information

#CFEBB9 (or 0xCFEBB9) is unknown color: approx Tea Green. HEX triplet: CF, EB and B9. RGB value is (207,235,185). Sum of RGB (Red+Green+Blue) = 207+235+185=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBB9 is #301446. Grayscale: #DDDDDD. Windows color (decimal): -3150919 or 12184527. OLE color: 12184527.

HSL color Cylindrical-coordinate representation of color #CFEBB9: hue angle of 93.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEBB9 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB207235185-
CMYK0.1200.210.08
HSL93.6º55.56%82.35%-
HSV(B)93.6º21.28%92.16%-
XYZ64.276.1857.22-
YUV220.93107.72118.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 185 (72.66% from 255) = 29.51%
R=33.01%
G=37.48%
B=29.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351850.1200.210.0893.655.5682.35
HexCFEBB9C01585e3852
Octal317353271140251013670122
Binary1100111111101011101110011100010101100010111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBB9; }

 p { color: rgb(207,235,185); }

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

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

 a { background-color: rgb(207,235,185); }

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

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

 span { border-color: rgb(207,235,185); }

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