Html Css Color HEX #58AEA4 Puerto Rico

📋 copy color: '#58AEA4'

red 88 ◦ green 174 ◦ blue 164

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

Shades of Puerto Rico #58AEA4

Tints of Puerto Rico #58AEA4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.85%

 BLUE value IS 164 (64.45% from 255) = 38.5%

R = 20.66%
G = 40.85%
B = 38.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#58AEA4 (or 0x58AEA4) is known color: Puerto Rico. HEX triplet: 58, AE and A4. RGB value is (88,174,164). Sum of RGB (Red+Green+Blue) = 88+174+164=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #58AEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AEA4 is #A7515B. Grayscale: #939393. Windows color (decimal): -10965340 or 10792536. OLE color: 10792536.

HSL color Cylindrical-coordinate representation of color #58AEA4: hue angle of 173.02º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AEA4 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 174 164 -
CMYK 0.49 0 0.06 0.32
HSL 173.02º 0.35% 0.51% -
HSV(B) 173.02º 0.49% 0.68% -
XYZ 25.86 35.03 40.52 -
YUV 147.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 88 174 164 0.49 0 0.06 0.32 173.02 0.35 0.51
Hex 58 AE A4 31 0 6 20 AD 23 33
Octal 130 256 244 61 0 6 40 255 43 63
Binary 1011000 10101110 10100100 110001 0 110 100000 10101101 100011 110011

Color Harmonies of #58AEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AEA4

Black with #58AEA4

Text Example


Text Example

White with #58AEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,174,164); }

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

background-color css

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

 a { background-color: rgb(88,174,164); }

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

border-color css

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

 span { border-color: rgb(88,174,164); }

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