Html Css Color HEX #5DCFAF Medium Aquamarine

📋 copy color: '#5DCFAF'

red 93 ◦ green 207 ◦ blue 175

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

Shades of Medium Aquamarine #5DCFAF

Tints of Medium Aquamarine #5DCFAF

RGB

 RED value IS 93 (36.72% from 255) = 19.58%

 GREEN value IS 207 (81.25% from 255) = 43.58%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 19.58%
G = 43.58%
B = 36.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#5DCFAF (or 0x5DCFAF) is known color: Medium Aquamarine. HEX triplet: 5D, CF and AF. RGB value is (93,207,175). Sum of RGB (Red+Green+Blue) = 93+207+175=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFAF is #A23050. Grayscale: #A9A9A9. Windows color (decimal): -10629201 or 11521885. OLE color: 11521885.

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

Color convert

RGB 93 207 175 -
CMYK 0.55 0 0.15 0.19
HSL 163.16º 0.54% 0.59% -
HSV(B) 163.16º 0.55% 0.81% -
XYZ 34.56 50.05 48.4 -
YUV 169.27 131.23 73.6 -
System Red Green Blue C M Y K H S L
Decimal 93 207 175 0.55 0 0.15 0.19 163.16 0.54 0.59
Hex 5D CF AF 37 0 F 13 A3 36 3B
Octal 135 317 257 67 0 17 23 243 66 73
Binary 1011101 11001111 10101111 110111 0 1111 10011 10100011 110110 111011

Color Harmonies of #5DCFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCFAF

Black with #5DCFAF

Text Example


Text Example

White with #5DCFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,175); }

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

background-color css

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

 a { background-color: rgb(93,207,175); }

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

border-color css

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

 span { border-color: rgb(93,207,175); }

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