#5FCBA3

Color #5FCBA3 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FCBA3

Tints of Medium Aquamarine #5FCBA3

Color information

#5FCBA3 (or 0x5FCBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CB and A3. RGB value is (95,203,163). Sum of RGB (Red+Green+Blue) = 95+203+163=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBA3 is #A0345C. Grayscale: #A6A6A6. Windows color (decimal): -10499165 or 10734431. OLE color: 10734431.

HSL color Cylindrical-coordinate representation of color #5FCBA3: hue angle of 157.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCBA3 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB95203163-
CMYK0.5300.200.20
HSL157.78º50.94%58.43%-
HSV(B)157.78º53.2%79.61%-
XYZ32.6947.7942.15-
YUV166.15126.2277.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.61%
GREEN value IS 203 (79.69% from 255) = 44.03%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=20.61%
G=44.03%
B=35.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952031630.5300.200.20157.7850.9458.43
Hex5FCBA335014149e333a
Octal13731324365024242366372
Binary101111111001011101000111101010101001010010011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FCBA3; }

 p { color: rgb(95,203,163); }

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

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

 a { background-color: rgb(95,203,163); }

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

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

 span { border-color: rgb(95,203,163); }

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