Html Css Color HEX #58B7B0 Puerto Rico

📋 copy color: '#58B7B0'

red 88 ◦ green 183 ◦ blue 176

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

Shades of Puerto Rico #58B7B0

Tints of Puerto Rico #58B7B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.37%

R = 19.69%
G = 40.94%
B = 39.37%

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

#58B7B0 (or 0x58B7B0) is known color: Puerto Rico. HEX triplet: 58, B7 and B0. RGB value is (88,183,176). Sum of RGB (Red+Green+Blue) = 88+183+176=447 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.69% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #58B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B7B0 is #A7484F. Grayscale: #999999. Windows color (decimal): -10963024 or 11581272. OLE color: 11581272.

HSL color Cylindrical-coordinate representation of color #58B7B0: hue angle of 175.58º 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 #58B7B0 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 183 176 -
CMYK 0.52 0 0.04 0.28
HSL 175.58º 0.4% 0.53% -
HSV(B) 175.58º 0.52% 0.72% -
XYZ 28.79 39.08 47.1 -
YUV 153.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 88 183 176 0.52 0 0.04 0.28 175.58 0.4 0.53
Hex 58 B7 B0 34 0 4 1C B0 28 35
Octal 130 267 260 64 0 4 34 260 50 65
Binary 1011000 10110111 10110000 110100 0 100 11100 10110000 101000 110101

Color Harmonies of #58B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7B0

Black with #58B7B0

Text Example


Text Example

White with #58B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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