Html Css Color HEX #58BCA4 Puerto Rico

📋 copy color: '#58BCA4'

red 88 ◦ green 188 ◦ blue 164

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

Shades of Puerto Rico #58BCA4

Tints of Puerto Rico #58BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 20%
G = 42.73%
B = 37.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#58BCA4 (or 0x58BCA4) is known color: Puerto Rico. HEX triplet: 58, BC and A4. RGB value is (88,188,164). Sum of RGB (Red+Green+Blue) = 88+188+164=440 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #58BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BCA4 is #A7435B. Grayscale: #9B9B9B. Windows color (decimal): -10961756 or 10796120. OLE color: 10796120.

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

Color convert

RGB 88 188 164 -
CMYK 0.53 0 0.13 0.26
HSL 165.6º 0.43% 0.54% -
HSV(B) 165.6º 0.53% 0.74% -
XYZ 28.71 40.72 41.47 -
YUV 155.36 132.87 79.95 -
System Red Green Blue C M Y K H S L
Decimal 88 188 164 0.53 0 0.13 0.26 165.6 0.43 0.54
Hex 58 BC A4 35 0 D 1A A6 2B 36
Octal 130 274 244 65 0 15 32 246 53 66
Binary 1011000 10111100 10100100 110101 0 1101 11010 10100110 101011 110110

Color Harmonies of #58BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCA4

Black with #58BCA4

Text Example


Text Example

White with #58BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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