#CBF8BF

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

Shades of Tea Green #CBF8BF

Tints of Tea Green #CBF8BF

Color information

#CBF8BF (or 0xCBF8BF) is unknown color: approx Tea Green. HEX triplet: CB, F8 and BF. RGB value is (203,248,191). Sum of RGB (Red+Green+Blue) = 203+248+191=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8BF is #340740. Grayscale: #E4E4E4. Windows color (decimal): -3409729 or 12581067. OLE color: 12581067.

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

Color convert

RGB203248191-
CMYK0.1800.230.03
HSL107.37º80.28%86.08%-
HSV(B)107.37º22.98%97.25%-
XYZ67.683.5961.86-
YUV228.05107.09110.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.62%
GREEN value IS 248 (97.27% from 255) = 38.63%
BLUE value IS 191 (75% from 255) = 29.75%
R=31.62%
G=38.63%
B=29.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032481910.1800.230.03107.3780.2886.08
HexCBF8BF1201736b5056
Octal313370277220273153120126
Binary1100101111111000101111111001001011111110101110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF8BF; }

 p { color: rgb(203,248,191); }

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

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

 a { background-color: rgb(203,248,191); }

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

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

 span { border-color: rgb(203,248,191); }

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