Html Css Color HEX #58C0AD Puerto Rico

📋 copy color: '#58C0AD'

red 88 ◦ green 192 ◦ blue 173

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

Shades of Puerto Rico #58C0AD

Tints of Puerto Rico #58C0AD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 19.43%
G = 42.38%
B = 38.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#58C0AD (or 0x58C0AD) is known color: Puerto Rico. HEX triplet: 58, C0 and AD. RGB value is (88,192,173). Sum of RGB (Red+Green+Blue) = 88+192+173=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C0AD is #A73F52. Grayscale: #9E9E9E. Windows color (decimal): -10960723 or 11386968. OLE color: 11386968.

HSL color Cylindrical-coordinate representation of color #58C0AD: hue angle of 169.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C0AD is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 192 173 -
CMYK 0.54 0 0.10 0.25
HSL 169.04º 0.45% 0.55% -
HSV(B) 169.04º 0.54% 0.75% -
XYZ 30.42 42.79 46.19 -
YUV 158.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 88 192 173 0.54 0 0.10 0.25 169.04 0.45 0.55
Hex 58 C0 AD 36 0 A 19 A9 2D 37
Octal 130 300 255 66 0 12 31 251 55 67
Binary 1011000 11000000 10101101 110110 0 1010 11001 10101001 101101 110111

Color Harmonies of #58C0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0AD

Black with #58C0AD

Text Example


Text Example

White with #58C0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,173); }

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

background-color css

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

 a { background-color: rgb(88,192,173); }

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

border-color css

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

 span { border-color: rgb(88,192,173); }

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