Html Css Color HEX #58B9A1 Puerto Rico

📋 copy color: '#58B9A1'

red 88 ◦ green 185 ◦ blue 161

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

Shades of Puerto Rico #58B9A1

Tints of Puerto Rico #58B9A1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 161 (63.28% from 255) = 37.1%

R = 20.28%
G = 42.63%
B = 37.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#58B9A1 (or 0x58B9A1) is known color: Puerto Rico. HEX triplet: 58, B9 and A1. RGB value is (88,185,161). Sum of RGB (Red+Green+Blue) = 88+185+161=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #58B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B9A1 is #A7465E. Grayscale: #999999. Windows color (decimal): -10962527 or 10598744. OLE color: 10598744.

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

Color convert

RGB 88 185 161 -
CMYK 0.52 0 0.13 0.27
HSL 165.15º 0.41% 0.54% -
HSV(B) 165.15º 0.52% 0.73% -
XYZ 27.81 39.35 39.85 -
YUV 153.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 88 185 161 0.52 0 0.13 0.27 165.15 0.41 0.54
Hex 58 B9 A1 34 0 D 1B A5 29 36
Octal 130 271 241 64 0 15 33 245 51 66
Binary 1011000 10111001 10100001 110100 0 1101 11011 10100101 101001 110110

Color Harmonies of #58B9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B9A1

Black with #58B9A1

Text Example


Text Example

White with #58B9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,185,161); }

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

background-color css

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

 a { background-color: rgb(88,185,161); }

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

border-color css

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

 span { border-color: rgb(88,185,161); }

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