Html Css Color HEX #58CFB0 Medium Aquamarine

📋 copy color: '#58CFB0'

red 88 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #58CFB0

Tints of Medium Aquamarine #58CFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.95%

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 18.68%
G = 43.95%
B = 37.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#58CFB0 (or 0x58CFB0) is known color: Medium Aquamarine. HEX triplet: 58, CF and B0. RGB value is (88,207,176). Sum of RGB (Red+Green+Blue) = 88+207+176=471 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.68% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFB0 is #A7304F. Grayscale: #A7A7A7. Windows color (decimal): -10956880 or 11587416. OLE color: 11587416.

HSL color Cylindrical-coordinate representation of color #58CFB0: hue angle of 164.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CFB0 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 207 176 -
CMYK 0.57 0 0.15 0.19
HSL 164.37º 0.55% 0.58% -
HSV(B) 164.37º 0.57% 0.81% -
XYZ 34.17 49.83 48.89 -
YUV 167.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 88 207 176 0.57 0 0.15 0.19 164.37 0.55 0.58
Hex 58 CF B0 39 0 F 13 A4 37 3A
Octal 130 317 260 71 0 17 23 244 67 72
Binary 1011000 11001111 10110000 111001 0 1111 10011 10100100 110111 111010

Color Harmonies of #58CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFB0

Black with #58CFB0

Text Example


Text Example

White with #58CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,207,176); }

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

background-color css

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

 a { background-color: rgb(88,207,176); }

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

border-color css

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

 span { border-color: rgb(88,207,176); }

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