Html Css Color HEX #58BD9D Puerto Rico

📋 copy color: '#58BD9D'

red 88 ◦ green 189 ◦ blue 157

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

Shades of Puerto Rico #58BD9D

Tints of Puerto Rico #58BD9D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.55%

 BLUE value IS 157 (61.72% from 255) = 36.18%

R = 20.28%
G = 43.55%
B = 36.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#58BD9D (or 0x58BD9D) is known color: Puerto Rico. HEX triplet: 58, BD and 9D. RGB value is (88,189,157). Sum of RGB (Red+Green+Blue) = 88+189+157=434 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.28% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BD9D is #A74262. Grayscale: #9B9B9B. Windows color (decimal): -10961507 or 10337624. OLE color: 10337624.

HSL color Cylindrical-coordinate representation of color #58BD9D: hue angle of 160.99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BD9D is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 157 -
CMYK 0.53 0 0.17 0.26
HSL 160.99º 0.43% 0.54% -
HSV(B) 160.99º 0.53% 0.74% -
XYZ 28.31 40.9 38.3 -
YUV 155.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 88 189 157 0.53 0 0.17 0.26 160.99 0.43 0.54
Hex 58 BD 9D 35 0 11 1A A1 2B 36
Octal 130 275 235 65 0 21 32 241 53 66
Binary 1011000 10111101 10011101 110101 0 10001 11010 10100001 101011 110110

Color Harmonies of #58BD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BD9D

Black with #58BD9D

Text Example


Text Example

White with #58BD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,189,157); }

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

background-color css

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

 a { background-color: rgb(88,189,157); }

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

border-color css

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

 span { border-color: rgb(88,189,157); }

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