Html Css Color HEX #58BCAC Puerto Rico

📋 copy color: '#58BCAC'

red 88 ◦ green 188 ◦ blue 172

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

Shades of Puerto Rico #58BCAC

Tints of Puerto Rico #58BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 19.64%
G = 41.96%
B = 38.39%

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

#58BCAC (or 0x58BCAC) is known color: Puerto Rico. HEX triplet: 58, BC and AC. RGB value is (88,188,172). Sum of RGB (Red+Green+Blue) = 88+188+172=448 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.64% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCAC is #A74353. Grayscale: #9C9C9C. Windows color (decimal): -10961748 or 11320408. OLE color: 11320408.

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

Color convert

RGB 88 188 172 -
CMYK 0.53 0 0.09 0.26
HSL 170.4º 0.43% 0.54% -
HSV(B) 170.4º 0.53% 0.74% -
XYZ 29.45 41.02 45.39 -
YUV 156.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 88 188 172 0.53 0 0.09 0.26 170.4 0.43 0.54
Hex 58 BC AC 35 0 9 1A AA 2B 36
Octal 130 274 254 65 0 11 32 252 53 66
Binary 1011000 10111100 10101100 110101 0 1001 11010 10101010 101011 110110

Color Harmonies of #58BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCAC

Black with #58BCAC

Text Example


Text Example

White with #58BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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