#5EB6A5

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

Shades of Puerto Rico #5EB6A5

Tints of Puerto Rico #5EB6A5

Color information

#5EB6A5 (or 0x5EB6A5) is unknown color: approx Puerto Rico. HEX triplet: 5E, B6 and A5. RGB value is (94,182,165). Sum of RGB (Red+Green+Blue) = 94+182+165=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #5EB6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB6A5 is #A1495A. Grayscale: #999999. Windows color (decimal): -10570075 or 10860126. OLE color: 10860126.

HSL color Cylindrical-coordinate representation of color #5EB6A5: hue angle of 168.41º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB6A5 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB94182165-
CMYK0.4800.090.29
HSL168.41º37.61%54.12%-
HSV(B)168.41º48.35%71.37%-
XYZ28.1438.5541.56-
YUV153.75134.3585.38-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.32%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=21.32%
G=41.27%
B=37.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941821650.4800.090.29168.4137.6154.12
Hex5EB6A530091Da82636
Octal13626624560011352504666
Binary10111101011011010100101110000010011110110101000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,182,165); }

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

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

 a { background-color: rgb(94,182,165); }

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

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

 span { border-color: rgb(94,182,165); }

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