#CBFFBB

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

Shades of Tea Green #CBFFBB

Tints of Tea Green #CBFFBB

Color information

#CBFFBB (or 0xCBFFBB) is unknown color: approx Tea Green. HEX triplet: CB, FF and BB. RGB value is (203,255,187). Sum of RGB (Red+Green+Blue) = 203+255+187=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFBB is #340044. Grayscale: #E7E7E7. Windows color (decimal): -3407941 or 12320715. OLE color: 12320715.

HSL color Cylindrical-coordinate representation of color #CBFFBB: hue angle of 105.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBFFBB is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB203255187-
CMYK0.2000.270
HSL105.88º100%86.67%-
HSV(B)105.88º26.67%100%-
XYZ69.3687.860.31-
YUV231.7102.77107.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=31.47%
G=39.53%
B=28.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551870.2000.270105.8810086.67
HexCBFFBB1401B06a6457
Octal313377273240330152144127
Binary110010111111111110111011101000110110110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFBB; }

 p { color: rgb(203,255,187); }

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

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

 a { background-color: rgb(203,255,187); }

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

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

 span { border-color: rgb(203,255,187); }

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