#5DBEAD

Color #5DBEAD Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #5DBEAD

Tints of Puerto Rico #5DBEAD

Color information

#5DBEAD (or 0x5DBEAD) is unknown color: approx Puerto Rico. HEX triplet: 5D, BE and AD. RGB value is (93,190,173). Sum of RGB (Red+Green+Blue) = 93+190+173=456 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.39% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBEAD is #A24152. Grayscale: #9F9F9F. Windows color (decimal): -10633555 or 11386461. OLE color: 11386461.

HSL color Cylindrical-coordinate representation of color #5DBEAD: hue angle of 169.48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBEAD is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB93190173-
CMYK0.5100.090.25
HSL169.48º42.73%55.49%-
HSV(B)169.48º51.05%74.51%-
XYZ30.4742.1746.07-
YUV159.06135.8680.88-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.39%
GREEN value IS 190 (74.61% from 255) = 41.67%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=20.39%
G=41.67%
B=37.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931901730.5100.090.25169.4842.7355.49
Hex5DBEAD330919a92b37
Octal13527625563011312515367
Binary10111011011111010101101110011010011100110101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DBEAD; }

 p { color: rgb(93,190,173); }

 H1.HeaderClassName
 {
   color: #5DBEAD;
 }
 .AnyTagClassName
 {
   color: #5DBEAD;
 }
</style>
background-color css

<style>
 a { background-color: #5DBEAD; }

 a { background-color: rgb(93,190,173); }

 div.DivClassName
 {
   background-color: #5DBEAD;
 }
 .BgClassName
 {
   background-color: #5DBEAD;
 }
</style>
border-color css

<style>
 span { border-color: #5DBEAD; }

 span { border-color: rgb(93,190,173); }

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