Html Css Color HEX #58FDC6 Aquamarine

📋 copy color: '#58FDC6'

red 88 ◦ green 253 ◦ blue 198

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

Shades of Aquamarine #58FDC6

Tints of Aquamarine #58FDC6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.94%

 BLUE value IS 198 (77.73% from 255) = 36.73%

R = 16.33%
G = 46.94%
B = 36.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#58FDC6 (or 0x58FDC6) is known color: Aquamarine. HEX triplet: 58, FD and C6. RGB value is (88,253,198). Sum of RGB (Red+Green+Blue) = 88+253+198=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDC6 is #A70239. Grayscale: #C5C5C5. Windows color (decimal): -10945082 or 13040984. OLE color: 13040984.

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

Color convert

RGB 88 253 198 -
CMYK 0.65 0 0.22 0.01
HSL 160º 0.98% 0.67% -
HSV(B) 160º 0.65% 0.99% -
XYZ 49.34 76.4 65.57 -
YUV 197.4 128.34 49.97 -
System Red Green Blue C M Y K H S L
Decimal 88 253 198 0.65 0 0.22 0.01 160 0.98 0.67
Hex 58 FD C6 41 0 16 1 A0 62 43
Octal 130 375 306 101 0 26 1 240 142 103
Binary 1011000 11111101 11000110 1000001 0 10110 1 10100000 1100010 1000011

Color Harmonies of #58FDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDC6

Black with #58FDC6

Text Example


Text Example

White with #58FDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,253,198); }

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

background-color css

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

 a { background-color: rgb(88,253,198); }

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

border-color css

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

 span { border-color: rgb(88,253,198); }

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