Html Css Color HEX #5FCDA7 Medium Aquamarine

📋 copy color: '#5FCDA7'

red 95 ◦ green 205 ◦ blue 167

#5FCDA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #5FCDA7

Tints of Medium Aquamarine #5FCDA7

RGB

 RED value IS 95 (37.5% from 255) = 20.34%

 GREEN value IS 205 (80.47% from 255) = 43.9%

 BLUE value IS 167 (65.63% from 255) = 35.76%

R = 20.34%
G = 43.9%
B = 35.76%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#5FCDA7 (or 0x5FCDA7) is known color: Medium Aquamarine. HEX triplet: 5F, CD and A7. RGB value is (95,205,167). Sum of RGB (Red+Green+Blue) = 95+205+167=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDA7 is #A03258. Grayscale: #A7A7A7. Windows color (decimal): -10498649 or 10997087. OLE color: 10997087.

HSL color Cylindrical-coordinate representation of color #5FCDA7: hue angle of 159.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDA7 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 205 167 -
CMYK 0.54 0 0.19 0.20
HSL 159.27º 0.52% 0.59% -
HSV(B) 159.27º 0.54% 0.8% -
XYZ 33.53 48.89 44.23 -
YUV 167.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 95 205 167 0.54 0 0.19 0.20 159.27 0.52 0.59
Hex 5F CD A7 36 0 13 14 9F 34 3B
Octal 137 315 247 66 0 23 24 237 64 73
Binary 1011111 11001101 10100111 110110 0 10011 10100 10011111 110100 111011

Color Harmonies of #5FCDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDA7

Black with #5FCDA7

Text Example


Text Example

White with #5FCDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,205,167); }

 H1.HeaderClassName
 {
   color: #5FCDA7;
 }
 .AnyTagClassName
 {
   color: #5FCDA7;
 }
</style>

background-color css

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

 a { background-color: rgb(95,205,167); }

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

border-color css

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

 span { border-color: rgb(95,205,167); }

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