Html Css Color HEX #5FCDA5 Medium Aquamarine

📋 copy color: '#5FCDA5'

red 95 ◦ green 205 ◦ blue 165

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

Shades of Medium Aquamarine #5FCDA5

Tints of Medium Aquamarine #5FCDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 20.43%
G = 44.09%
B = 35.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#5FCDA5 (or 0x5FCDA5) is known color: Medium Aquamarine. HEX triplet: 5F, CD and A5. RGB value is (95,205,165). Sum of RGB (Red+Green+Blue) = 95+205+165=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDA5 is #A0325A. Grayscale: #A7A7A7. Windows color (decimal): -10498651 or 10866015. OLE color: 10866015.

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

Color convert

RGB 95 205 165 -
CMYK 0.54 0 0.20 0.20
HSL 158.18º 0.52% 0.59% -
HSV(B) 158.18º 0.54% 0.8% -
XYZ 33.34 48.81 43.26 -
YUV 167.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 95 205 165 0.54 0 0.20 0.20 158.18 0.52 0.59
Hex 5F CD A5 36 0 14 14 9E 34 3B
Octal 137 315 245 66 0 24 24 236 64 73
Binary 1011111 11001101 10100101 110110 0 10100 10100 10011110 110100 111011

Color Harmonies of #5FCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDA5

Black with #5FCDA5

Text Example


Text Example

White with #5FCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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