Html Css Color HEX #58BCA8 Puerto Rico

📋 copy color: '#58BCA8'

red 88 ◦ green 188 ◦ blue 168

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

Shades of Puerto Rico #58BCA8

Tints of Puerto Rico #58BCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 19.82%
G = 42.34%
B = 37.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#58BCA8 (or 0x58BCA8) is known color: Puerto Rico. HEX triplet: 58, BC and A8. RGB value is (88,188,168). Sum of RGB (Red+Green+Blue) = 88+188+168=444 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.82% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA8 is #A74357. Grayscale: #9B9B9B. Windows color (decimal): -10961752 or 11058264. OLE color: 11058264.

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

Color convert

RGB 88 188 168 -
CMYK 0.53 0 0.11 0.26
HSL 168º 0.43% 0.54% -
HSV(B) 168º 0.53% 0.74% -
XYZ 29.08 40.87 43.4 -
YUV 155.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 88 188 168 0.53 0 0.11 0.26 168 0.43 0.54
Hex 58 BC A8 35 0 B 1A A8 2B 36
Octal 130 274 250 65 0 13 32 250 53 66
Binary 1011000 10111100 10101000 110101 0 1011 11010 10101000 101011 110110

Color Harmonies of #58BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCA8

Black with #58BCA8

Text Example


Text Example

White with #58BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,168); }

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

background-color css

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

 a { background-color: rgb(88,188,168); }

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

border-color css

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

 span { border-color: rgb(88,188,168); }

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