Html Css Color HEX #58AF9E Puerto Rico

📋 copy color: '#58AF9E'

red 88 ◦ green 175 ◦ blue 158

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

Shades of Puerto Rico #58AF9E

Tints of Puerto Rico #58AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.53%

R = 20.9%
G = 41.57%
B = 37.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#58AF9E (or 0x58AF9E) is known color: Puerto Rico. HEX triplet: 58, AF and 9E. RGB value is (88,175,158). Sum of RGB (Red+Green+Blue) = 88+175+158=421 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.90% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF9E is #A75061. Grayscale: #939393. Windows color (decimal): -10965090 or 10399576. OLE color: 10399576.

HSL color Cylindrical-coordinate representation of color #58AF9E: hue angle of 168.28º 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 #58AF9E is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 158 -
CMYK 0.50 0 0.10 0.31
HSL 168.28º 0.35% 0.52% -
HSV(B) 168.28º 0.5% 0.69% -
XYZ 25.53 35.2 37.8 -
YUV 147.05 134.18 85.88 -
System Red Green Blue C M Y K H S L
Decimal 88 175 158 0.50 0 0.10 0.31 168.28 0.35 0.52
Hex 58 AF 9E 32 0 A 1F A8 23 34
Octal 130 257 236 62 0 12 37 250 43 64
Binary 1011000 10101111 10011110 110010 0 1010 11111 10101000 100011 110100

Color Harmonies of #58AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF9E

Black with #58AF9E

Text Example


Text Example

White with #58AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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