Html Css Color HEX #58FFCA Aquamarine

📋 copy color: '#58FFCA'

red 88 ◦ green 255 ◦ blue 202

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

Shades of Aquamarine #58FFCA

Tints of Aquamarine #58FFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.06%

R = 16.15%
G = 46.79%
B = 37.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#58FFCA (or 0x58FFCA) is known color: Aquamarine. HEX triplet: 58, FF and CA. RGB value is (88,255,202). Sum of RGB (Red+Green+Blue) = 88+255+202=545 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.15% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FFCA is #A70035. Grayscale: #C7C7C7. Windows color (decimal): -10944566 or 13303640. OLE color: 13303640.

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

Color convert

RGB 88 255 202 -
CMYK 0.65 0 0.21 0
HSL 160.96º 1% 0.67% -
HSV(B) 160.96º 0.65% 1% -
XYZ 50.45 77.86 68.25 -
YUV 199.03 129.67 48.81 -
System Red Green Blue C M Y K H S L
Decimal 88 255 202 0.65 0 0.21 0 160.96 1 0.67
Hex 58 FF CA 41 0 15 0 A1 64 43
Octal 130 377 312 101 0 25 0 241 144 103
Binary 1011000 11111111 11001010 1000001 0 10101 0 10100001 1100100 1000011

Color Harmonies of #58FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFCA

Black with #58FFCA

Text Example


Text Example

White with #58FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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