#CBF7B5

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

Shades of Tea Green #CBF7B5

Tints of Tea Green #CBF7B5

Color information

#CBF7B5 (or 0xCBF7B5) is unknown color: approx Tea Green. HEX triplet: CB, F7 and B5. RGB value is (203,247,181). Sum of RGB (Red+Green+Blue) = 203+247+181=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 247 (96.88% from 255 or 39.14% from 631); Blue value is 181 (71.09% from 255 or 28.68% from 631); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B5 is #34084A. Grayscale: #E2E2E2. Windows color (decimal): -3409995 or 11925451. OLE color: 11925451.

HSL color Cylindrical-coordinate representation of color #CBF7B5: hue angle of 100º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF7B5 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB203247181-
CMYK0.1800.270.03
HSL100º80.49%83.92%-
HSV(B)100º26.72%96.86%-
XYZ66.2382.5556.16-
YUV226.32102.42111.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 247 (96.88% from 255) = 39.14%
BLUE value IS 181 (71.09% from 255) = 28.68%
R=32.17%
G=39.14%
B=28.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471810.1800.270.0310080.4983.92
HexCBF7B51201B3645054
Octal313367265220333144120124
Binary1100101111110111101101011001001101111110010010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7B5; }

 p { color: rgb(203,247,181); }

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

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

 a { background-color: rgb(203,247,181); }

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

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

 span { border-color: rgb(203,247,181); }

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