Html Css Color HEX #58FFDF Aquamarine

📋 copy color: '#58FFDF'

red 88 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #58FFDF

Tints of Aquamarine #58FFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.4%

R = 15.55%
G = 45.05%
B = 39.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#58FFDF (or 0x58FFDF) is known color: Aquamarine. HEX triplet: 58, FF and DF. RGB value is (88,255,223). Sum of RGB (Red+Green+Blue) = 88+255+223=566 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.55% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFDF is #A70020. Grayscale: #C9C9C9. Windows color (decimal): -10944545 or 14679896. OLE color: 14679896.

HSL color Cylindrical-coordinate representation of color #58FFDF: hue angle of 168.5º 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 #58FFDF is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 88 255 223 -
CMYK 0.65 0 0.13 0
HSL 168.5º 1% 0.67% -
HSV(B) 168.5º 0.65% 1% -
XYZ 53.1 78.92 82.25 -
YUV 201.42 140.17 47.1 -
System Red Green Blue C M Y K H S L
Decimal 88 255 223 0.65 0 0.13 0 168.5 1 0.67
Hex 58 FF DF 41 0 D 0 A9 64 43
Octal 130 377 337 101 0 15 0 251 144 103
Binary 1011000 11111111 11011111 1000001 0 1101 0 10101001 1100100 1000011

Color Harmonies of #58FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFDF

Black with #58FFDF

Text Example


Text Example

White with #58FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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