#CBF9BA

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

Shades of Tea Green #CBF9BA

Tints of Tea Green #CBF9BA

Color information

#CBF9BA (or 0xCBF9BA) is unknown color: approx Tea Green. HEX triplet: CB, F9 and BA. RGB value is (203,249,186). Sum of RGB (Red+Green+Blue) = 203+249+186=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF9BA is #340645. Grayscale: #E4E4E4. Windows color (decimal): -3409478 or 12253643. OLE color: 12253643.

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

Color convert

RGB203249186-
CMYK0.1800.250.02
HSL103.81º84%85.29%-
HSV(B)103.81º25.3%97.65%-
XYZ67.3783.9959.12-
YUV228.06104.26110.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=31.82%
G=39.03%
B=29.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491860.1800.250.02103.818485.29
HexCBF9BA120192685455
Octal313371272220312150124125
Binary1100101111111001101110101001001100110110100010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF9BA; }

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

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

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

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

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

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

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

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