#CBF9B7

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

Shades of Tea Green #CBF9B7

Tints of Tea Green #CBF9B7

Color information

#CBF9B7 (or 0xCBF9B7) is unknown color: approx Tea Green. HEX triplet: CB, F9 and B7. RGB value is (203,249,183). Sum of RGB (Red+Green+Blue) = 203+249+183=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 183 (71.88% from 255 or 28.82% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9B7 is #340648. Grayscale: #E3E3E3. Windows color (decimal): -3409481 or 12057035. OLE color: 12057035.

HSL color Cylindrical-coordinate representation of color #CBF9B7: hue angle of 101.82º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBF9B7 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB203249183-
CMYK0.1800.270.02
HSL101.82º84.62%84.71%-
HSV(B)101.82º26.51%97.65%-
XYZ67.0583.8757.45-
YUV227.72102.76110.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 183 (71.88% from 255) = 28.82%
R=31.97%
G=39.21%
B=28.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491830.1800.270.02101.8284.6284.71
HexCBF9B71201B2665555
Octal313371267220332146125125
Binary1100101111111001101101111001001101110110011010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9B7; }

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

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

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

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

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

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

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

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