Html Css Color HEX #58ADA4 Puerto Rico

📋 copy color: '#58ADA4'

red 88 ◦ green 173 ◦ blue 164

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

Shades of Puerto Rico #58ADA4

Tints of Puerto Rico #58ADA4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.71%

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

R = 20.71%
G = 40.71%
B = 38.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#58ADA4 (or 0x58ADA4) is known color: Puerto Rico. HEX triplet: 58, AD and A4. RGB value is (88,173,164). Sum of RGB (Red+Green+Blue) = 88+173+164=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADA4 is #A7525B. Grayscale: #929292. Windows color (decimal): -10965596 or 10792280. OLE color: 10792280.

HSL color Cylindrical-coordinate representation of color #58ADA4: hue angle of 173.65º degrees, saturation: 0.34, 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 #58ADA4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 173 164 -
CMYK 0.49 0 0.05 0.32
HSL 173.65º 0.34% 0.51% -
HSV(B) 173.65º 0.49% 0.68% -
XYZ 25.67 34.64 40.46 -
YUV 146.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 88 173 164 0.49 0 0.05 0.32 173.65 0.34 0.51
Hex 58 AD A4 31 0 5 20 AE 22 33
Octal 130 255 244 61 0 5 40 256 42 63
Binary 1011000 10101101 10100100 110001 0 101 100000 10101110 100010 110011

Color Harmonies of #58ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58ADA4

Black with #58ADA4

Text Example


Text Example

White with #58ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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