Html Css Color HEX #58FFC4 Aquamarine

📋 copy color: '#58FFC4'

red 88 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #58FFC4

Tints of Aquamarine #58FFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.36%

R = 16.33%
G = 47.31%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#58FFC4 (or 0x58FFC4) is known color: Aquamarine. HEX triplet: 58, FF and C4. RGB value is (88,255,196). Sum of RGB (Red+Green+Blue) = 88+255+196=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFC4 is #A7003B. Grayscale: #C6C6C6. Windows color (decimal): -10944572 or 12910424. OLE color: 12910424.

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

Color convert

RGB 88 255 196 -
CMYK 0.65 0 0.23 0
HSL 158.8º 1% 0.67% -
HSV(B) 158.8º 0.65% 1% -
XYZ 49.75 77.58 64.58 -
YUV 198.34 126.67 49.3 -
System Red Green Blue C M Y K H S L
Decimal 88 255 196 0.65 0 0.23 0 158.8 1 0.67
Hex 58 FF C4 41 0 17 0 9F 64 43
Octal 130 377 304 101 0 27 0 237 144 103
Binary 1011000 11111111 11000100 1000001 0 10111 0 10011111 1100100 1000011

Color Harmonies of #58FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFC4

Black with #58FFC4

Text Example


Text Example

White with #58FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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