Html Css Color HEX #58FFDA Aquamarine

📋 copy color: '#58FFDA'

red 88 ◦ green 255 ◦ blue 218

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

Shades of Aquamarine #58FFDA

Tints of Aquamarine #58FFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 15.69%
G = 45.45%
B = 38.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#58FFDA (or 0x58FFDA) is known color: Aquamarine. HEX triplet: 58, FF and DA. RGB value is (88,255,218). Sum of RGB (Red+Green+Blue) = 88+255+218=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFDA is #A70025. Grayscale: #C8C8C8. Windows color (decimal): -10944550 or 14352216. OLE color: 14352216.

HSL color Cylindrical-coordinate representation of color #58FFDA: hue angle of 166.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FFDA is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 88 255 218 -
CMYK 0.65 0 0.15 0
HSL 166.71º 1% 0.67% -
HSV(B) 166.71º 0.65% 1% -
XYZ 52.44 78.66 78.75 -
YUV 200.85 137.67 47.51 -
System Red Green Blue C M Y K H S L
Decimal 88 255 218 0.65 0 0.15 0 166.71 1 0.67
Hex 58 FF DA 41 0 F 0 A7 64 43
Octal 130 377 332 101 0 17 0 247 144 103
Binary 1011000 11111111 11011010 1000001 0 1111 0 10100111 1100100 1000011

Color Harmonies of #58FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFDA

Black with #58FFDA

Text Example


Text Example

White with #58FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,255,218); }

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

background-color css

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

 a { background-color: rgb(88,255,218); }

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

border-color css

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

 span { border-color: rgb(88,255,218); }

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