Html Css Color HEX #58B99D Puerto Rico

📋 copy color: '#58B99D'

red 88 ◦ green 185 ◦ blue 157

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

Shades of Puerto Rico #58B99D

Tints of Puerto Rico #58B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 20.47%
G = 43.02%
B = 36.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#58B99D (or 0x58B99D) is known color: Puerto Rico. HEX triplet: 58, B9 and 9D. RGB value is (88,185,157). Sum of RGB (Red+Green+Blue) = 88+185+157=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #58B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B99D is #A74662. Grayscale: #989898. Windows color (decimal): -10962531 or 10336600. OLE color: 10336600.

HSL color Cylindrical-coordinate representation of color #58B99D: hue angle of 162.68º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B99D is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 185 157 -
CMYK 0.52 0 0.15 0.27
HSL 162.68º 0.41% 0.54% -
HSV(B) 162.68º 0.52% 0.73% -
XYZ 27.46 39.21 38.02 -
YUV 152.81 130.36 81.78 -
System Red Green Blue C M Y K H S L
Decimal 88 185 157 0.52 0 0.15 0.27 162.68 0.41 0.54
Hex 58 B9 9D 34 0 F 1B A3 29 36
Octal 130 271 235 64 0 17 33 243 51 66
Binary 1011000 10111001 10011101 110100 0 1111 11011 10100011 101001 110110

Color Harmonies of #58B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B99D

Black with #58B99D

Text Example


Text Example

White with #58B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,185,157); }

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

background-color css

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

 a { background-color: rgb(88,185,157); }

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

border-color css

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

 span { border-color: rgb(88,185,157); }

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