Html Css Color HEX #58BAAB Puerto Rico

📋 copy color: '#58BAAB'

red 88 ◦ green 186 ◦ blue 171

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

Shades of Puerto Rico #58BAAB

Tints of Puerto Rico #58BAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 19.78%
G = 41.8%
B = 38.43%

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

#58BAAB (or 0x58BAAB) is known color: Puerto Rico. HEX triplet: 58, BA and AB. RGB value is (88,186,171). Sum of RGB (Red+Green+Blue) = 88+186+171=445 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.78% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAAB is #A74554. Grayscale: #9A9A9A. Windows color (decimal): -10962261 or 11254360. OLE color: 11254360.

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

Color convert

RGB 88 186 171 -
CMYK 0.53 0 0.08 0.27
HSL 170.82º 0.42% 0.54% -
HSV(B) 170.82º 0.53% 0.73% -
XYZ 28.93 40.13 44.75 -
YUV 154.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 88 186 171 0.53 0 0.08 0.27 170.82 0.42 0.54
Hex 58 BA AB 35 0 8 1B AB 2A 36
Octal 130 272 253 65 0 10 33 253 52 66
Binary 1011000 10111010 10101011 110101 0 1000 11011 10101011 101010 110110

Color Harmonies of #58BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAAB

Black with #58BAAB

Text Example


Text Example

White with #58BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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