Html Css Color HEX #58AB9E Puerto Rico

📋 copy color: '#58AB9E'

red 88 ◦ green 171 ◦ blue 158

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

Shades of Puerto Rico #58AB9E

Tints of Puerto Rico #58AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

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

R = 21.1%
G = 41.01%
B = 37.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#58AB9E (or 0x58AB9E) is known color: Puerto Rico. HEX triplet: 58, AB and 9E. RGB value is (88,171,158). Sum of RGB (Red+Green+Blue) = 88+171+158=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB9E is #A75461. Grayscale: #909090. Windows color (decimal): -10966114 or 10398552. OLE color: 10398552.

HSL color Cylindrical-coordinate representation of color #58AB9E: hue angle of 170.6º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB9E is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 171 158 -
CMYK 0.49 0 0.08 0.33
HSL 170.6º 0.33% 0.51% -
HSV(B) 170.6º 0.49% 0.67% -
XYZ 24.76 33.67 37.54 -
YUV 144.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 88 171 158 0.49 0 0.08 0.33 170.6 0.33 0.51
Hex 58 AB 9E 31 0 8 21 AB 21 33
Octal 130 253 236 61 0 10 41 253 41 63
Binary 1011000 10101011 10011110 110001 0 1000 100001 10101011 100001 110011

Color Harmonies of #58AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB9E

Black with #58AB9E

Text Example


Text Example

White with #58AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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