Html Css Color HEX #58FCCB Aquamarine

📋 copy color: '#58FCCB'

red 88 ◦ green 252 ◦ blue 203

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

Shades of Aquamarine #58FCCB

Tints of Aquamarine #58FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 16.21%
G = 46.41%
B = 37.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#58FCCB (or 0x58FCCB) is known color: Aquamarine. HEX triplet: 58, FC and CB. RGB value is (88,252,203). Sum of RGB (Red+Green+Blue) = 88+252+203=543 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.21% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCCB is #A70334. Grayscale: #C5C5C5. Windows color (decimal): -10945333 or 13368408. OLE color: 13368408.

HSL color Cylindrical-coordinate representation of color #58FCCB: hue angle of 162.07º degrees, saturation: 0.96, 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 #58FCCB is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 252 203 -
CMYK 0.65 0 0.19 0.01
HSL 162.07º 0.96% 0.67% -
HSV(B) 162.07º 0.65% 0.99% -
XYZ 49.61 76.01 68.56 -
YUV 197.38 131.17 49.98 -
System Red Green Blue C M Y K H S L
Decimal 88 252 203 0.65 0 0.19 0.01 162.07 0.96 0.67
Hex 58 FC CB 41 0 13 1 A2 60 43
Octal 130 374 313 101 0 23 1 242 140 103
Binary 1011000 11111100 11001011 1000001 0 10011 1 10100010 1100000 1000011

Color Harmonies of #58FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCCB

Black with #58FCCB

Text Example


Text Example

White with #58FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,252,203); }

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

background-color css

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

 a { background-color: rgb(88,252,203); }

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

border-color css

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

 span { border-color: rgb(88,252,203); }

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