#CBF1AD

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

Shades of Tea Green #CBF1AD

Tints of Tea Green #CBF1AD

Color information

#CBF1AD (or 0xCBF1AD) is unknown color: approx Tea Green. HEX triplet: CB, F1 and AD. RGB value is (203,241,173). Sum of RGB (Red+Green+Blue) = 203+241+173=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1AD is #340E52. Grayscale: #DEDEDE. Windows color (decimal): -3411539 or 11399627. OLE color: 11399627.

HSL color Cylindrical-coordinate representation of color #CBF1AD: hue angle of 93.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF1AD is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB203241173-
CMYK0.1600.280.05
HSL93.53º70.83%81.18%-
HSV(B)93.53º28.22%94.51%-
XYZ63.6378.6251.36-
YUV221.89100.41114.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 241 (94.53% from 255) = 39.06%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=32.90%
G=39.06%
B=28.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411730.1600.280.0593.5370.8381.18
HexCBF1AD1001C55e4751
Octal313361255200345136107121
Binary11001011111100011010110110000011100101101111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1AD; }

 p { color: rgb(203,241,173); }

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

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

 a { background-color: rgb(203,241,173); }

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

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

 span { border-color: rgb(203,241,173); }

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