#CBF5BE

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

Shades of Tea Green #CBF5BE

Tints of Tea Green #CBF5BE

Color information

#CBF5BE (or 0xCBF5BE) is unknown color: approx Tea Green. HEX triplet: CB, F5 and BE. RGB value is (203,245,190). Sum of RGB (Red+Green+Blue) = 203+245+190=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5BE is #340A41. Grayscale: #E2E2E2. Windows color (decimal): -3410498 or 12514763. OLE color: 12514763.

HSL color Cylindrical-coordinate representation of color #CBF5BE: hue angle of 105.82º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBF5BE is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB203245190-
CMYK0.1700.220.04
HSL105.82º73.33%85.29%-
HSV(B)105.82º22.45%96.08%-
XYZ66.5881.7260.98-
YUV226.17107.59111.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 245 (96.09% from 255) = 38.40%
BLUE value IS 190 (74.61% from 255) = 29.78%
R=31.82%
G=38.40%
B=29.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451900.1700.220.04105.8273.3385.29
HexCBF5BE1101646a4955
Octal313365276210264152111125
Binary11001011111101011011111010001010110100110101010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5BE; }

 p { color: rgb(203,245,190); }

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

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

 a { background-color: rgb(203,245,190); }

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

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

 span { border-color: rgb(203,245,190); }

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