Html Css Color HEX #58B8AD Puerto Rico

📋 copy color: '#58B8AD'

red 88 ◦ green 184 ◦ blue 173

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

Shades of Puerto Rico #58B8AD

Tints of Puerto Rico #58B8AD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.35%

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

R = 19.78%
G = 41.35%
B = 38.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#58B8AD (or 0x58B8AD) is known color: Puerto Rico. HEX triplet: 58, B8 and AD. RGB value is (88,184,173). Sum of RGB (Red+Green+Blue) = 88+184+173=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #58B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B8AD is #A74752. Grayscale: #999999. Windows color (decimal): -10962771 or 11384920. OLE color: 11384920.

HSL color Cylindrical-coordinate representation of color #58B8AD: hue angle of 173.12º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B8AD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 184 173 -
CMYK 0.52 0 0.06 0.28
HSL 173.13º 0.4% 0.53% -
HSV(B) 173.13º 0.52% 0.72% -
XYZ 28.71 39.37 45.62 -
YUV 154.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 88 184 173 0.52 0 0.06 0.28 173.13 0.4 0.53
Hex 58 B8 AD 34 0 6 1C AD 28 35
Octal 130 270 255 64 0 6 34 255 50 65
Binary 1011000 10111000 10101101 110100 0 110 11100 10101101 101000 110101

Color Harmonies of #58B8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B8AD

Black with #58B8AD

Text Example


Text Example

White with #58B8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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