Html Css Color HEX #58B7AF Puerto Rico

📋 copy color: '#58B7AF'

red 88 ◦ green 183 ◦ blue 175

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

Shades of Puerto Rico #58B7AF

Tints of Puerto Rico #58B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 19.73%
G = 41.03%
B = 39.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#58B7AF (or 0x58B7AF) is known color: Puerto Rico. HEX triplet: 58, B7 and AF. RGB value is (88,183,175). Sum of RGB (Red+Green+Blue) = 88+183+175=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #58B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B7AF is #A74850. Grayscale: #999999. Windows color (decimal): -10963025 or 11515736. OLE color: 11515736.

HSL color Cylindrical-coordinate representation of color #58B7AF: hue angle of 174.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B7AF is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 183 175 -
CMYK 0.52 0 0.04 0.28
HSL 174.95º 0.4% 0.53% -
HSV(B) 174.95º 0.52% 0.72% -
XYZ 28.7 39.04 46.58 -
YUV 153.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 88 183 175 0.52 0 0.04 0.28 174.95 0.4 0.53
Hex 58 B7 AF 34 0 4 1C AF 28 35
Octal 130 267 257 64 0 4 34 257 50 65
Binary 1011000 10110111 10101111 110100 0 100 11100 10101111 101000 110101

Color Harmonies of #58B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7AF

Black with #58B7AF

Text Example


Text Example

White with #58B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,175); }

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

background-color css

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

 a { background-color: rgb(88,183,175); }

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

border-color css

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

 span { border-color: rgb(88,183,175); }

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