Html Css Color HEX #58BBAF Puerto Rico

📋 copy color: '#58BBAF'

red 88 ◦ green 187 ◦ blue 175

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

Shades of Puerto Rico #58BBAF

Tints of Puerto Rico #58BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 19.56%
G = 41.56%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#58BBAF (or 0x58BBAF) is known color: Puerto Rico. HEX triplet: 58, BB and AF. RGB value is (88,187,175). Sum of RGB (Red+Green+Blue) = 88+187+175=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BBAF is #A74450. Grayscale: #9B9B9B. Windows color (decimal): -10962001 or 11516760. OLE color: 11516760.

HSL color Cylindrical-coordinate representation of color #58BBAF: hue angle of 172.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BBAF is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 187 175 -
CMYK 0.53 0 0.06 0.27
HSL 172.73º 0.42% 0.54% -
HSV(B) 172.73º 0.53% 0.73% -
XYZ 29.53 40.71 46.86 -
YUV 156.03 138.7 79.48 -
System Red Green Blue C M Y K H S L
Decimal 88 187 175 0.53 0 0.06 0.27 172.73 0.42 0.54
Hex 58 BB AF 35 0 6 1B AD 2A 36
Octal 130 273 257 65 0 6 33 255 52 66
Binary 1011000 10111011 10101111 110101 0 110 11011 10101101 101010 110110

Color Harmonies of #58BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBAF

Black with #58BBAF

Text Example


Text Example

White with #58BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,187,175); }

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

background-color css

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

 a { background-color: rgb(88,187,175); }

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

border-color css

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

 span { border-color: rgb(88,187,175); }

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