Html Css Color HEX #58B4A8 Puerto Rico

📋 copy color: '#58B4A8'

red 88 ◦ green 180 ◦ blue 168

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

Shades of Puerto Rico #58B4A8

Tints of Puerto Rico #58B4A8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 20.18%
G = 41.28%
B = 38.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#58B4A8 (or 0x58B4A8) is known color: Puerto Rico. HEX triplet: 58, B4 and A8. RGB value is (88,180,168). Sum of RGB (Red+Green+Blue) = 88+180+168=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #58B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B4A8 is #A74B57. Grayscale: #979797. Windows color (decimal): -10963800 or 11056216. OLE color: 11056216.

HSL color Cylindrical-coordinate representation of color #58B4A8: hue angle of 172.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B4A8 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 180 168 -
CMYK 0.51 0 0.07 0.29
HSL 172.17º 0.38% 0.53% -
HSV(B) 172.17º 0.51% 0.71% -
XYZ 27.41 37.54 42.85 -
YUV 151.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 88 180 168 0.51 0 0.07 0.29 172.17 0.38 0.53
Hex 58 B4 A8 33 0 7 1D AC 26 35
Octal 130 264 250 63 0 7 35 254 46 65
Binary 1011000 10110100 10101000 110011 0 111 11101 10101100 100110 110101

Color Harmonies of #58B4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B4A8

Black with #58B4A8

Text Example


Text Example

White with #58B4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,180,168); }

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

background-color css

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

 a { background-color: rgb(88,180,168); }

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

border-color css

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

 span { border-color: rgb(88,180,168); }

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