Html Css Color HEX #58CDB8 Medium Aquamarine

📋 copy color: '#58CDB8'

red 88 ◦ green 205 ◦ blue 184

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

Shades of Medium Aquamarine #58CDB8

Tints of Medium Aquamarine #58CDB8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.98%

 BLUE value IS 184 (72.27% from 255) = 38.57%

R = 18.45%
G = 42.98%
B = 38.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#58CDB8 (or 0x58CDB8) is known color: Medium Aquamarine. HEX triplet: 58, CD and B8. RGB value is (88,205,184). Sum of RGB (Red+Green+Blue) = 88+205+184=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDB8 is #A73247. Grayscale: #A7A7A7. Windows color (decimal): -10957384 or 12111192. OLE color: 12111192.

HSL color Cylindrical-coordinate representation of color #58CDB8: hue angle of 169.23º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDB8 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 184 -
CMYK 0.57 0 0.10 0.20
HSL 169.23º 0.54% 0.57% -
HSV(B) 169.23º 0.57% 0.8% -
XYZ 34.51 49.2 53.02 -
YUV 167.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 88 205 184 0.57 0 0.10 0.20 169.23 0.54 0.57
Hex 58 CD B8 39 0 A 14 A9 36 39
Octal 130 315 270 71 0 12 24 251 66 71
Binary 1011000 11001101 10111000 111001 0 1010 10100 10101001 110110 111001

Color Harmonies of #58CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDB8

Black with #58CDB8

Text Example


Text Example

White with #58CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,184); }

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

background-color css

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

 a { background-color: rgb(88,205,184); }

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

border-color css

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

 span { border-color: rgb(88,205,184); }

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