Html Css Color HEX #58BDAB Puerto Rico

📋 copy color: '#58BDAB'

red 88 ◦ green 189 ◦ blue 171

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

Shades of Puerto Rico #58BDAB

Tints of Puerto Rico #58BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 19.64%
G = 42.19%
B = 38.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#58BDAB (or 0x58BDAB) is known color: Puerto Rico. HEX triplet: 58, BD and AB. RGB value is (88,189,171). Sum of RGB (Red+Green+Blue) = 88+189+171=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDAB is #A74254. Grayscale: #9C9C9C. Windows color (decimal): -10961493 or 11255128. OLE color: 11255128.

HSL color Cylindrical-coordinate representation of color #58BDAB: hue angle of 169.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDAB is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 171 -
CMYK 0.53 0 0.10 0.26
HSL 169.31º 0.43% 0.54% -
HSV(B) 169.31º 0.53% 0.74% -
XYZ 29.57 41.41 44.96 -
YUV 156.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 88 189 171 0.53 0 0.10 0.26 169.31 0.43 0.54
Hex 58 BD AB 35 0 A 1A A9 2B 36
Octal 130 275 253 65 0 12 32 251 53 66
Binary 1011000 10111101 10101011 110101 0 1010 11010 10101001 101011 110110

Color Harmonies of #58BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDAB

Black with #58BDAB

Text Example


Text Example

White with #58BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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