#CBFBBB

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

Shades of Tea Green #CBFBBB

Tints of Tea Green #CBFBBB

Color information

#CBFBBB (or 0xCBFBBB) is unknown color: approx Tea Green. HEX triplet: CB, FB and BB. RGB value is (203,251,187). Sum of RGB (Red+Green+Blue) = 203+251+187=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBBB is #340444. Grayscale: #E5E5E5. Windows color (decimal): -3408965 or 12319691. OLE color: 12319691.

HSL color Cylindrical-coordinate representation of color #CBFBBB: hue angle of 105º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBFBBB is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB203251187-
CMYK0.1900.250.02
HSL105º88.89%85.88%-
HSV(B)105º25.5%98.43%-
XYZ68.185.2859.89-
YUV229.35104.1109.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=31.67%
G=39.16%
B=29.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032511870.1900.250.0210588.8985.88
HexCBFBBB130192695956
Octal313373273230312151131126
Binary1100101111111011101110111001101100110110100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBBB; }

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

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

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

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

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

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

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

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