#CBF9B9

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

Shades of Tea Green #CBF9B9

Tints of Tea Green #CBF9B9

Color information

#CBF9B9 (or 0xCBF9B9) is unknown color: approx Tea Green. HEX triplet: CB, F9 and B9. RGB value is (203,249,185). Sum of RGB (Red+Green+Blue) = 203+249+185=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9B9 is #340646. Grayscale: #E4E4E4. Windows color (decimal): -3409479 or 12188107. OLE color: 12188107.

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

Color convert

RGB203249185-
CMYK0.1800.260.02
HSL103.12º84.21%85.1%-
HSV(B)103.12º25.7%97.65%-
XYZ67.2683.9558.56-
YUV227.95103.76110.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=31.87%
G=39.09%
B=29.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491850.1800.260.02103.1284.2185.1
HexCBF9B91201A2675455
Octal313371271220322147124125
Binary1100101111111001101110011001001101010110011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9B9; }

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

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

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

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

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

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

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

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