Html Css Color HEX #58BBAC Puerto Rico

📋 copy color: '#58BBAC'

red 88 ◦ green 187 ◦ blue 172

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

Shades of Puerto Rico #58BBAC

Tints of Puerto Rico #58BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 19.69%
G = 41.83%
B = 38.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#58BBAC (or 0x58BBAC) is known color: Puerto Rico. HEX triplet: 58, BB and AC. RGB value is (88,187,172). Sum of RGB (Red+Green+Blue) = 88+187+172=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #58BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BBAC is #A74453. Grayscale: #9B9B9B. Windows color (decimal): -10962004 or 11320152. OLE color: 11320152.

HSL color Cylindrical-coordinate representation of color #58BBAC: hue angle of 170.91º 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 #58BBAC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 187 172 -
CMYK 0.53 0 0.08 0.27
HSL 170.91º 0.42% 0.54% -
HSV(B) 170.91º 0.53% 0.73% -
XYZ 29.24 40.59 45.32 -
YUV 155.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 88 187 172 0.53 0 0.08 0.27 170.91 0.42 0.54
Hex 58 BB AC 35 0 8 1B AB 2A 36
Octal 130 273 254 65 0 10 33 253 52 66
Binary 1011000 10111011 10101100 110101 0 1000 11011 10101011 101010 110110

Color Harmonies of #58BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BBAC

Black with #58BBAC

Text Example


Text Example

White with #58BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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