#CFE8BD

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

Shades of Tea Green #CFE8BD

Tints of Tea Green #CFE8BD

Color information

#CFE8BD (or 0xCFE8BD) is unknown color: approx Tea Green. HEX triplet: CF, E8 and BD. RGB value is (207,232,189). Sum of RGB (Red+Green+Blue) = 207+232+189=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BD is #301742. Grayscale: #DBDBDB. Windows color (decimal): -3151683 or 12445903. OLE color: 12445903.

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

Color convert

RGB207232189-
CMYK0.1100.190.09
HSL94.88º48.31%82.55%-
HSV(B)94.88º18.53%90.98%-
XYZ63.7774.6559.19-
YUV219.62110.72119-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 232 (91.02% from 255) = 36.94%
BLUE value IS 189 (74.22% from 255) = 30.10%
R=32.96%
G=36.94%
B=30.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321890.1100.190.0994.8848.3182.55
HexCFE8BDB01395f3053
Octal317350275130231113760123
Binary1100111111101000101111011011010011100110111111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8BD; }

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

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

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

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

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

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

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

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