Html Css Color HEX #58CFB2 Medium Aquamarine

📋 copy color: '#58CFB2'

red 88 ◦ green 207 ◦ blue 178

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

Shades of Medium Aquamarine #58CFB2

Tints of Medium Aquamarine #58CFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 18.6%
G = 43.76%
B = 37.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#58CFB2 (or 0x58CFB2) is known color: Medium Aquamarine. HEX triplet: 58, CF and B2. RGB value is (88,207,178). Sum of RGB (Red+Green+Blue) = 88+207+178=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58CFB2 is #A7304D. Grayscale: #A8A8A8. Windows color (decimal): -10956878 or 11718488. OLE color: 11718488.

HSL color Cylindrical-coordinate representation of color #58CFB2: hue angle of 165.38º 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 #58CFB2 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 207 178 -
CMYK 0.57 0 0.14 0.19
HSL 165.38º 0.55% 0.58% -
HSV(B) 165.38º 0.57% 0.81% -
XYZ 34.37 49.91 49.94 -
YUV 168.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 88 207 178 0.57 0 0.14 0.19 165.38 0.55 0.58
Hex 58 CF B2 39 0 E 13 A5 37 3A
Octal 130 317 262 71 0 16 23 245 67 72
Binary 1011000 11001111 10110010 111001 0 1110 10011 10100101 110111 111010

Color Harmonies of #58CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFB2

Black with #58CFB2

Text Example


Text Example

White with #58CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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