#CFF8BD

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

Shades of Tea Green #CFF8BD

Tints of Tea Green #CFF8BD

Color information

#CFF8BD (or 0xCFF8BD) is unknown color: approx Tea Green. HEX triplet: CF, F8 and BD. RGB value is (207,248,189). Sum of RGB (Red+Green+Blue) = 207+248+189=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8BD is #300742. Grayscale: #E5E5E5. Windows color (decimal): -3147587 or 12449999. OLE color: 12449999.

HSL color Cylindrical-coordinate representation of color #CFF8BD: hue angle of 101.69º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF8BD is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB207248189-
CMYK0.1700.240.03
HSL101.69º80.82%85.69%-
HSV(B)101.69º23.79%97.25%-
XYZ68.4884.0760.76-
YUV229.02105.42112.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 248 (97.27% from 255) = 38.51%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=32.14%
G=38.51%
B=29.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481890.1700.240.03101.6980.8285.69
HexCFF8BD110183665156
Octal317370275210303146121126
Binary1100111111111000101111011000101100011110011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8BD; }

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

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

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

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

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

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

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

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