Html Css Color HEX #58B5A3 Puerto Rico

📋 copy color: '#58B5A3'

red 88 ◦ green 181 ◦ blue 163

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

Shades of Puerto Rico #58B5A3

Tints of Puerto Rico #58B5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 163 (64.06% from 255) = 37.73%

R = 20.37%
G = 41.9%
B = 37.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#58B5A3 (or 0x58B5A3) is known color: Puerto Rico. HEX triplet: 58, B5 and A3. RGB value is (88,181,163). Sum of RGB (Red+Green+Blue) = 88+181+163=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #58B5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B5A3 is #A74A5C. Grayscale: #979797. Windows color (decimal): -10963549 or 10728792. OLE color: 10728792.

HSL color Cylindrical-coordinate representation of color #58B5A3: hue angle of 168.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B5A3 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 181 163 -
CMYK 0.51 0 0.10 0.29
HSL 168.39º 0.39% 0.53% -
HSV(B) 168.39º 0.51% 0.71% -
XYZ 27.16 37.77 40.51 -
YUV 151.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 88 181 163 0.51 0 0.10 0.29 168.39 0.39 0.53
Hex 58 B5 A3 33 0 A 1D A8 27 35
Octal 130 265 243 63 0 12 35 250 47 65
Binary 1011000 10110101 10100011 110011 0 1010 11101 10101000 100111 110101

Color Harmonies of #58B5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B5A3

Black with #58B5A3

Text Example


Text Example

White with #58B5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,181,163); }

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

background-color css

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

 a { background-color: rgb(88,181,163); }

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

border-color css

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

 span { border-color: rgb(88,181,163); }

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