#5FCBA4

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

Shades of Medium Aquamarine #5FCBA4

Tints of Medium Aquamarine #5FCBA4

Color information

#5FCBA4 (or 0x5FCBA4) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CB and A4. RGB value is (95,203,164). Sum of RGB (Red+Green+Blue) = 95+203+164=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #5FCBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCBA4 is #A0345B. Grayscale: #A6A6A6. Windows color (decimal): -10499164 or 10799967. OLE color: 10799967.

HSL color Cylindrical-coordinate representation of color #5FCBA4: hue angle of 158.33º 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 #5FCBA4 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB95203164-
CMYK0.5300.190.20
HSL158.33º50.94%58.43%-
HSV(B)158.33º53.2%79.61%-
XYZ32.7847.8342.63-
YUV166.26126.7277.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.56%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=20.56%
G=43.94%
B=35.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952031640.5300.190.20158.3350.9458.43
Hex5FCBA435013149e333a
Octal13731324465023242366372
Binary101111111001011101001001101010100111010010011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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