Html Css Color HEX #58F0AF Medium Aquamarine

📋 copy color: '#58F0AF'

red 88 ◦ green 240 ◦ blue 175

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

Shades of Medium Aquamarine #58F0AF

Tints of Medium Aquamarine #58F0AF

RGB

 RED value IS 88 (34.77% from 255) = 17.5%

 GREEN value IS 240 (94.14% from 255) = 47.71%

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

R = 17.5%
G = 47.71%
B = 34.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#58F0AF (or 0x58F0AF) is known color: Medium Aquamarine. HEX triplet: 58, F0 and AF. RGB value is (88,240,175). Sum of RGB (Red+Green+Blue) = 88+240+175=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58F0AF is #A70F50. Grayscale: #BBBBBB. Windows color (decimal): -10948433 or 11530328. OLE color: 11530328.

HSL color Cylindrical-coordinate representation of color #58F0AF: hue angle of 154.34º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0AF is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 240 175 -
CMYK 0.63 0 0.27 0.06
HSL 154.34º 0.84% 0.64% -
HSV(B) 154.34º 0.63% 0.94% -
XYZ 42.92 67.49 51.32 -
YUV 187.14 121.14 57.29 -
System Red Green Blue C M Y K H S L
Decimal 88 240 175 0.63 0 0.27 0.06 154.34 0.84 0.64
Hex 58 F0 AF 3F 0 1B 6 9A 54 40
Octal 130 360 257 77 0 33 6 232 124 100
Binary 1011000 11110000 10101111 111111 0 11011 110 10011010 1010100 1000000

Color Harmonies of #58F0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F0AF

Black with #58F0AF

Text Example


Text Example

White with #58F0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58F0AF; }

 p { color: rgb(88,240,175); }

 H1.HeaderClassName
 {
   color: #58F0AF;
 }
 .AnyTagClassName
 {
   color: #58F0AF;
 }
</style>

background-color css

<style>
 a { background-color: #58F0AF; }

 a { background-color: rgb(88,240,175); }

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

border-color css

<style>
 span { border-color: #58F0AF; }

 span { border-color: rgb(88,240,175); }

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