Html Css Color HEX #58BEA0 Puerto Rico

📋 copy color: '#58BEA0'

red 88 ◦ green 190 ◦ blue 160

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

Shades of Puerto Rico #58BEA0

Tints of Puerto Rico #58BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.38%

 BLUE value IS 160 (62.89% from 255) = 36.53%

R = 20.09%
G = 43.38%
B = 36.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#58BEA0 (or 0x58BEA0) is known color: Puerto Rico. HEX triplet: 58, BE and A0. RGB value is (88,190,160). Sum of RGB (Red+Green+Blue) = 88+190+160=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEA0 is #A7415F. Grayscale: #9C9C9C. Windows color (decimal): -10961248 or 10534488. OLE color: 10534488.

HSL color Cylindrical-coordinate representation of color #58BEA0: hue angle of 162.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BEA0 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 190 160 -
CMYK 0.54 0 0.16 0.25
HSL 162.35º 0.44% 0.55% -
HSV(B) 162.35º 0.54% 0.75% -
XYZ 28.78 41.44 39.74 -
YUV 156.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 88 190 160 0.54 0 0.16 0.25 162.35 0.44 0.55
Hex 58 BE A0 36 0 10 19 A2 2C 37
Octal 130 276 240 66 0 20 31 242 54 67
Binary 1011000 10111110 10100000 110110 0 10000 11001 10100010 101100 110111

Color Harmonies of #58BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEA0

Black with #58BEA0

Text Example


Text Example

White with #58BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,190,160); }

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

background-color css

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

 a { background-color: rgb(88,190,160); }

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

border-color css

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

 span { border-color: rgb(88,190,160); }

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