Html Css Color HEX #58B7AB Puerto Rico

📋 copy color: '#58B7AB'

red 88 ◦ green 183 ◦ blue 171

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

Shades of Puerto Rico #58B7AB

Tints of Puerto Rico #58B7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 19.91%
G = 41.4%
B = 38.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#58B7AB (or 0x58B7AB) is known color: Puerto Rico. HEX triplet: 58, B7 and AB. RGB value is (88,183,171). Sum of RGB (Red+Green+Blue) = 88+183+171=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #58B7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B7AB is #A74854. Grayscale: #999999. Windows color (decimal): -10963029 or 11253592. OLE color: 11253592.

HSL color Cylindrical-coordinate representation of color #58B7AB: hue angle of 172.42º 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 #58B7AB is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 183 171 -
CMYK 0.52 0 0.07 0.28
HSL 172.42º 0.4% 0.53% -
HSV(B) 172.42º 0.52% 0.72% -
XYZ 28.31 38.88 44.54 -
YUV 153.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 88 183 171 0.52 0 0.07 0.28 172.42 0.4 0.53
Hex 58 B7 AB 34 0 7 1C AC 28 35
Octal 130 267 253 64 0 7 34 254 50 65
Binary 1011000 10110111 10101011 110100 0 111 11100 10101100 101000 110101

Color Harmonies of #58B7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7AB

Black with #58B7AB

Text Example


Text Example

White with #58B7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,171); }

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

background-color css

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

 a { background-color: rgb(88,183,171); }

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

border-color css

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

 span { border-color: rgb(88,183,171); }

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