#CBF7B7

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

Shades of Tea Green #CBF7B7

Tints of Tea Green #CBF7B7

Color information

#CBF7B7 (or 0xCBF7B7) is unknown color: approx Tea Green. HEX triplet: CB, F7 and B7. RGB value is (203,247,183). Sum of RGB (Red+Green+Blue) = 203+247+183=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 183 (71.88% from 255 or 28.91% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7B7 is #340848. Grayscale: #E2E2E2. Windows color (decimal): -3409993 or 12056523. OLE color: 12056523.

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

Color convert

RGB203247183-
CMYK0.1800.260.03
HSL101.25º80%84.31%-
HSV(B)101.25º25.91%96.86%-
XYZ66.4482.6457.25-
YUV226.55103.42111.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 183 (71.88% from 255) = 28.91%
R=32.07%
G=39.02%
B=28.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471830.1800.260.03101.258084.31
HexCBF7B71201A3655054
Octal313367267220323145120124
Binary1100101111110111101101111001001101011110010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7B7; }

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

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

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

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

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

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

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

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