#CFE5BB

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

Shades of Tea Green #CFE5BB

Tints of Tea Green #CFE5BB

Color information

#CFE5BB (or 0xCFE5BB) is unknown color: approx Tea Green. HEX triplet: CF, E5 and BB. RGB value is (207,229,187). Sum of RGB (Red+Green+Blue) = 207+229+187=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5BB is #301A44. Grayscale: #D9D9D9. Windows color (decimal): -3152453 or 12314063. OLE color: 12314063.

HSL color Cylindrical-coordinate representation of color #CFE5BB: hue angle of 91.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE5BB is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB207229187-
CMYK0.1000.180.10
HSL91.43º44.68%81.57%-
HSV(B)91.43º18.34%89.8%-
XYZ62.7272.8957.78-
YUV217.63110.71120.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 229 (89.84% from 255) = 36.76%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=33.23%
G=36.76%
B=30.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291870.1000.180.1091.4344.6881.57
HexCFE5BBA012A5b2d52
Octal317345273120221213355122
Binary1100111111100101101110111010010010101010110111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5BB; }

 p { color: rgb(207,229,187); }

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

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

 a { background-color: rgb(207,229,187); }

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

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

 span { border-color: rgb(207,229,187); }

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