#CBF1B0

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

Shades of Tea Green #CBF1B0

Tints of Tea Green #CBF1B0

Color information

#CBF1B0 (or 0xCBF1B0) is unknown color: approx Tea Green. HEX triplet: CB, F1 and B0. RGB value is (203,241,176). Sum of RGB (Red+Green+Blue) = 203+241+176=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 176 (69.14% from 255 or 28.39% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1B0 is #340E4F. Grayscale: #DEDEDE. Windows color (decimal): -3411536 or 11596235. OLE color: 11596235.

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

Color convert

RGB203241176-
CMYK0.1600.270.05
HSL95.08º69.89%81.76%-
HSV(B)95.08º26.97%94.51%-
XYZ63.9278.7452.9-
YUV222.23101.91114.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 176 (69.14% from 255) = 28.39%
R=32.74%
G=38.87%
B=28.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411760.1600.270.0595.0869.8981.76
HexCBF1B01001B55f4652
Octal313361260200335137106122
Binary11001011111100011011000010000011011101101111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1B0; }

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

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

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

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

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

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

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

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