#CFE7BD

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

Shades of Tea Green #CFE7BD

Tints of Tea Green #CFE7BD

Color information

#CFE7BD (or 0xCFE7BD) is unknown color: approx Tea Green. HEX triplet: CF, E7 and BD. RGB value is (207,231,189). Sum of RGB (Red+Green+Blue) = 207+231+189=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7BD is #301842. Grayscale: #DBDBDB. Windows color (decimal): -3151939 or 12445647. OLE color: 12445647.

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

Color convert

RGB207231189-
CMYK0.1000.180.09
HSL94.29º46.67%82.35%-
HSV(B)94.29º18.18%90.59%-
XYZ63.4974.0959.1-
YUV219.04111.05119.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 231 (90.62% from 255) = 36.84%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=33.01%
G=36.84%
B=30.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311890.1000.180.0994.2946.6782.35
HexCFE7BDA01295e2f52
Octal317347275120221113657122
Binary1100111111100111101111011010010010100110111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7BD; }

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

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

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

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

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

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

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

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