#CBFCB8

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

Shades of Tea Green #CBFCB8

Tints of Tea Green #CBFCB8

Color information

#CBFCB8 (or 0xCBFCB8) is unknown color: approx Tea Green. HEX triplet: CB, FC and B8. RGB value is (203,252,184). Sum of RGB (Red+Green+Blue) = 203+252+184=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCB8 is #340347. Grayscale: #E5E5E5. Windows color (decimal): -3408712 or 12123339. OLE color: 12123339.

HSL color Cylindrical-coordinate representation of color #CBFCB8: hue angle of 103.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBFCB8 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB203252184-
CMYK0.1900.270.01
HSL103.24º91.89%85.49%-
HSV(B)103.24º26.98%98.82%-
XYZ68.0985.7858.32-
YUV229.6102.27109.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 184 (72.27% from 255) = 28.79%
R=31.77%
G=39.44%
B=28.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032521840.1900.270.01103.2491.8985.49
HexCBFCB81301B1675c55
Octal313374270230331147134125
Binary110010111111110010111000100110110111110011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCB8; }

 p { color: rgb(203,252,184); }

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

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

 a { background-color: rgb(203,252,184); }

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

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

 span { border-color: rgb(203,252,184); }

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