Html Css Color HEX #58BEA8 Puerto Rico

📋 copy color: '#58BEA8'

red 88 ◦ green 190 ◦ blue 168

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

Shades of Puerto Rico #58BEA8

Tints of Puerto Rico #58BEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.67%

R = 19.73%
G = 42.6%
B = 37.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#58BEA8 (or 0x58BEA8) is known color: Puerto Rico. HEX triplet: 58, BE and A8. RGB value is (88,190,168). Sum of RGB (Red+Green+Blue) = 88+190+168=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEA8 is #A74157. Grayscale: #9C9C9C. Windows color (decimal): -10961240 or 11058776. OLE color: 11058776.

HSL color Cylindrical-coordinate representation of color #58BEA8: hue angle of 167.06º 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 #58BEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 190 168 -
CMYK 0.54 0 0.12 0.25
HSL 167.06º 0.44% 0.55% -
HSV(B) 167.06º 0.54% 0.75% -
XYZ 29.51 41.73 43.55 -
YUV 156.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 88 190 168 0.54 0 0.12 0.25 167.06 0.44 0.55
Hex 58 BE A8 36 0 C 19 A7 2C 37
Octal 130 276 250 66 0 14 31 247 54 67
Binary 1011000 10111110 10101000 110110 0 1100 11001 10100111 101100 110111

Color Harmonies of #58BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEA8

Black with #58BEA8

Text Example


Text Example

White with #58BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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