Html Css Color HEX #58BEAB Puerto Rico

📋 copy color: '#58BEAB'

red 88 ◦ green 190 ◦ blue 171

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

Shades of Puerto Rico #58BEAB

Tints of Puerto Rico #58BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 19.6%
G = 42.32%
B = 38.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#58BEAB (or 0x58BEAB) is known color: Puerto Rico. HEX triplet: 58, BE and AB. RGB value is (88,190,171). Sum of RGB (Red+Green+Blue) = 88+190+171=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #58BEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BEAB is #A74154. Grayscale: #9D9D9D. Windows color (decimal): -10961237 or 11255384. OLE color: 11255384.

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

Color convert

RGB 88 190 171 -
CMYK 0.54 0 0.10 0.25
HSL 168.82º 0.44% 0.55% -
HSV(B) 168.82º 0.54% 0.75% -
XYZ 29.79 41.84 45.03 -
YUV 157.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 88 190 171 0.54 0 0.10 0.25 168.82 0.44 0.55
Hex 58 BE AB 36 0 A 19 A9 2C 37
Octal 130 276 253 66 0 12 31 251 54 67
Binary 1011000 10111110 10101011 110110 0 1010 11001 10101001 101100 110111

Color Harmonies of #58BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BEAB

Black with #58BEAB

Text Example


Text Example

White with #58BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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