Html Css Color HEX #58BDA3 Puerto Rico

📋 copy color: '#58BDA3'

red 88 ◦ green 189 ◦ blue 163

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

Shades of Puerto Rico #58BDA3

Tints of Puerto Rico #58BDA3

RGB

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

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

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

R = 20%
G = 42.95%
B = 37.05%

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

#58BDA3 (or 0x58BDA3) is known color: Puerto Rico. HEX triplet: 58, BD and A3. RGB value is (88,189,163). Sum of RGB (Red+Green+Blue) = 88+189+163=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDA3 is #A7425C. Grayscale: #9B9B9B. Windows color (decimal): -10961501 or 10730840. OLE color: 10730840.

HSL color Cylindrical-coordinate representation of color #58BDA3: hue angle of 164.55º 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 #58BDA3 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 163 -
CMYK 0.53 0 0.14 0.26
HSL 164.55º 0.43% 0.54% -
HSV(B) 164.55º 0.53% 0.74% -
XYZ 28.83 41.11 41.07 -
YUV 155.84 132.04 79.61 -
System Red Green Blue C M Y K H S L
Decimal 88 189 163 0.53 0 0.14 0.26 164.55 0.43 0.54
Hex 58 BD A3 35 0 E 1A A5 2B 36
Octal 130 275 243 65 0 16 32 245 53 66
Binary 1011000 10111101 10100011 110101 0 1110 11010 10100101 101011 110110

Color Harmonies of #58BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDA3

Black with #58BDA3

Text Example


Text Example

White with #58BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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