Html Css Color HEX #58BCAB Puerto Rico

📋 copy color: '#58BCAB'

red 88 ◦ green 188 ◦ blue 171

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

Shades of Puerto Rico #58BCAB

Tints of Puerto Rico #58BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.06%

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

R = 19.69%
G = 42.06%
B = 38.26%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#58BCAB (or 0x58BCAB) is known color: Puerto Rico. HEX triplet: 58, BC and AB. RGB value is (88,188,171). Sum of RGB (Red+Green+Blue) = 88+188+171=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCAB is #A74354. Grayscale: #9C9C9C. Windows color (decimal): -10961749 or 11254872. OLE color: 11254872.

HSL color Cylindrical-coordinate representation of color #58BCAB: hue angle of 169.8º 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 #58BCAB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 188 171 -
CMYK 0.53 0 0.09 0.26
HSL 169.8º 0.43% 0.54% -
HSV(B) 169.8º 0.53% 0.74% -
XYZ 29.36 40.98 44.89 -
YUV 156.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 88 188 171 0.53 0 0.09 0.26 169.8 0.43 0.54
Hex 58 BC AB 35 0 9 1A AA 2B 36
Octal 130 274 253 65 0 11 32 252 53 66
Binary 1011000 10111100 10101011 110101 0 1001 11010 10101010 101011 110110

Color Harmonies of #58BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCAB

Black with #58BCAB

Text Example


Text Example

White with #58BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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