Html Css Color HEX #58CFAC Medium Aquamarine

📋 copy color: '#58CFAC'

red 88 ◦ green 207 ◦ blue 172

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

Shades of Medium Aquamarine #58CFAC

Tints of Medium Aquamarine #58CFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 18.84%
G = 44.33%
B = 36.83%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#58CFAC (or 0x58CFAC) is known color: Medium Aquamarine. HEX triplet: 58, CF and AC. RGB value is (88,207,172). Sum of RGB (Red+Green+Blue) = 88+207+172=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFAC is #A73053. Grayscale: #A7A7A7. Windows color (decimal): -10956884 or 11325272. OLE color: 11325272.

HSL color Cylindrical-coordinate representation of color #58CFAC: hue angle of 162.35º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFAC is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 207 172 -
CMYK 0.57 0 0.17 0.19
HSL 162.35º 0.55% 0.58% -
HSV(B) 162.35º 0.57% 0.81% -
XYZ 33.78 49.68 46.84 -
YUV 167.43 130.58 71.35 -
System Red Green Blue C M Y K H S L
Decimal 88 207 172 0.57 0 0.17 0.19 162.35 0.55 0.58
Hex 58 CF AC 39 0 11 13 A2 37 3A
Octal 130 317 254 71 0 21 23 242 67 72
Binary 1011000 11001111 10101100 111001 0 10001 10011 10100010 110111 111010

Color Harmonies of #58CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFAC

Black with #58CFAC

Text Example


Text Example

White with #58CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,207,172); }

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

background-color css

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

 a { background-color: rgb(88,207,172); }

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

border-color css

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

 span { border-color: rgb(88,207,172); }

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