Html Css Color HEX #58BDB2 Puerto Rico

📋 copy color: '#58BDB2'

red 88 ◦ green 189 ◦ blue 178

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

Shades of Puerto Rico #58BDB2

Tints of Puerto Rico #58BDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 19.34%
G = 41.54%
B = 39.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#58BDB2 (or 0x58BDB2) is known color: Puerto Rico. HEX triplet: 58, BD and B2. RGB value is (88,189,178). Sum of RGB (Red+Green+Blue) = 88+189+178=455 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.34% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #58BDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BDB2 is #A7424D. Grayscale: #9D9D9D. Windows color (decimal): -10961486 or 11713880. OLE color: 11713880.

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

Color convert

RGB 88 189 178 -
CMYK 0.53 0 0.06 0.26
HSL 173.47º 0.43% 0.54% -
HSV(B) 173.47º 0.53% 0.74% -
XYZ 30.26 41.68 48.57 -
YUV 157.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 88 189 178 0.53 0 0.06 0.26 173.47 0.43 0.54
Hex 58 BD B2 35 0 6 1A AD 2B 36
Octal 130 275 262 65 0 6 32 255 53 66
Binary 1011000 10111101 10110010 110101 0 110 11010 10101101 101011 110110

Color Harmonies of #58BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDB2

Black with #58BDB2

Text Example


Text Example

White with #58BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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