#CFE8BE

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

Shades of Tea Green #CFE8BE

Tints of Tea Green #CFE8BE

Color information

#CFE8BE (or 0xCFE8BE) is unknown color: approx Tea Green. HEX triplet: CF, E8 and BE. RGB value is (207,232,190). Sum of RGB (Red+Green+Blue) = 207+232+190=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BE is #301741. Grayscale: #DBDBDB. Windows color (decimal): -3151682 or 12511439. OLE color: 12511439.

HSL color Cylindrical-coordinate representation of color #CFE8BE: hue angle of 95.71º degrees, saturation: 0.48, 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 #CFE8BE is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB207232190-
CMYK0.1100.180.09
HSL95.71º47.73%82.75%-
HSV(B)95.71º18.1%90.98%-
XYZ63.8874.759.77-
YUV219.74111.22118.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 190 (74.61% from 255) = 30.21%
R=32.91%
G=36.88%
B=30.21%

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
Decimal2072321900.1100.180.0995.7147.7382.75
HexCFE8BEB0129603053
Octal317350276130221114060123
Binary1100111111101000101111101011010010100111000001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8BE; }

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

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

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

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

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

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

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

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