Html Css Color HEX #58BDA2 Puerto Rico

📋 copy color: '#58BDA2'

red 88 ◦ green 189 ◦ blue 162

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

Shades of Puerto Rico #58BDA2

Tints of Puerto Rico #58BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 20.05%
G = 43.05%
B = 36.9%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#58BDA2 (or 0x58BDA2) is known color: Puerto Rico. HEX triplet: 58, BD and A2. RGB value is (88,189,162). Sum of RGB (Red+Green+Blue) = 88+189+162=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDA2 is #A7425D. Grayscale: #9B9B9B. Windows color (decimal): -10961502 or 10665304. OLE color: 10665304.

HSL color Cylindrical-coordinate representation of color #58BDA2: hue angle of 163.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BDA2 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 162 -
CMYK 0.53 0 0.14 0.26
HSL 163.96º 0.43% 0.54% -
HSV(B) 163.96º 0.53% 0.74% -
XYZ 28.74 41.08 40.6 -
YUV 155.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 88 189 162 0.53 0 0.14 0.26 163.96 0.43 0.54
Hex 58 BD A2 35 0 E 1A A4 2B 36
Octal 130 275 242 65 0 16 32 244 53 66
Binary 1011000 10111101 10100010 110101 0 1110 11010 10100100 101011 110110

Color Harmonies of #58BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDA2

Black with #58BDA2

Text Example


Text Example

White with #58BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,189,162); }

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

background-color css

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

 a { background-color: rgb(88,189,162); }

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

border-color css

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

 span { border-color: rgb(88,189,162); }

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