Html Css Color HEX #58AFA8 Puerto Rico

📋 copy color: '#58AFA8'

red 88 ◦ green 175 ◦ blue 168

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

Shades of Puerto Rico #58AFA8

Tints of Puerto Rico #58AFA8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 20.42%
G = 40.6%
B = 38.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#58AFA8 (or 0x58AFA8) is known color: Puerto Rico. HEX triplet: 58, AF and A8. RGB value is (88,175,168). Sum of RGB (Red+Green+Blue) = 88+175+168=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #58AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AFA8 is #A75057. Grayscale: #949494. Windows color (decimal): -10965080 or 11054936. OLE color: 11054936.

HSL color Cylindrical-coordinate representation of color #58AFA8: hue angle of 175.17º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AFA8 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 168 -
CMYK 0.50 0 0.04 0.31
HSL 175.17º 0.35% 0.52% -
HSV(B) 175.17º 0.5% 0.69% -
XYZ 26.42 35.56 42.52 -
YUV 148.19 139.18 85.07 -
System Red Green Blue C M Y K H S L
Decimal 88 175 168 0.50 0 0.04 0.31 175.17 0.35 0.52
Hex 58 AF A8 32 0 4 1F AF 23 34
Octal 130 257 250 62 0 4 37 257 43 64
Binary 1011000 10101111 10101000 110010 0 100 11111 10101111 100011 110100

Color Harmonies of #58AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AFA8

Black with #58AFA8

Text Example


Text Example

White with #58AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,168); }

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

background-color css

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

 a { background-color: rgb(88,175,168); }

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

border-color css

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

 span { border-color: rgb(88,175,168); }

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