#CFE9BE

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

Shades of Tea Green #CFE9BE

Tints of Tea Green #CFE9BE

Color information

#CFE9BE (or 0xCFE9BE) is unknown color: approx Tea Green. HEX triplet: CF, E9 and BE. RGB value is (207,233,190). Sum of RGB (Red+Green+Blue) = 207+233+190=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9BE is #301641. Grayscale: #DCDCDC. Windows color (decimal): -3151426 or 12511695. OLE color: 12511695.

HSL color Cylindrical-coordinate representation of color #CFE9BE: hue angle of 96.28º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE9BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB207233190-
CMYK0.1100.180.09
HSL96.28º49.43%82.94%-
HSV(B)96.28º18.45%91.37%-
XYZ64.1775.2659.86-
YUV220.32110.89118.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=32.86%
G=36.98%
B=30.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331900.1100.180.0996.2849.4382.94
HexCFE9BEB0129603153
Octal317351276130221114061123
Binary1100111111101001101111101011010010100111000001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9BE; }

 p { color: rgb(207,233,190); }

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

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

 a { background-color: rgb(207,233,190); }

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

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

 span { border-color: rgb(207,233,190); }

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