Html Css Color HEX #58BAAA Puerto Rico

📋 copy color: '#58BAAA'

red 88 ◦ green 186 ◦ blue 170

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

Shades of Puerto Rico #58BAAA

Tints of Puerto Rico #58BAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 19.82%
G = 41.89%
B = 38.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#58BAAA (or 0x58BAAA) is known color: Puerto Rico. HEX triplet: 58, BA and AA. RGB value is (88,186,170). Sum of RGB (Red+Green+Blue) = 88+186+170=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #58BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BAAA is #A74555. Grayscale: #9A9A9A. Windows color (decimal): -10962262 or 11188824. OLE color: 11188824.

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

Color convert

RGB 88 186 170 -
CMYK 0.53 0 0.09 0.27
HSL 170.2º 0.42% 0.54% -
HSV(B) 170.2º 0.53% 0.73% -
XYZ 28.84 40.09 44.25 -
YUV 154.87 136.53 80.3 -
System Red Green Blue C M Y K H S L
Decimal 88 186 170 0.53 0 0.09 0.27 170.2 0.42 0.54
Hex 58 BA AA 35 0 9 1B AA 2A 36
Octal 130 272 252 65 0 11 33 252 52 66
Binary 1011000 10111010 10101010 110101 0 1001 11011 10101010 101010 110110

Color Harmonies of #58BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BAAA

Black with #58BAAA

Text Example


Text Example

White with #58BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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