#5EBFA4

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

Shades of Puerto Rico #5EBFA4

Tints of Puerto Rico #5EBFA4

Color information

#5EBFA4 (or 0x5EBFA4) is unknown color: approx Puerto Rico. HEX triplet: 5E, BF and A4. RGB value is (94,191,164). Sum of RGB (Red+Green+Blue) = 94+191+164=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBFA4 is #A1405B. Grayscale: #9E9E9E. Windows color (decimal): -10567772 or 10796894. OLE color: 10796894.

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

Color convert

RGB94191164-
CMYK0.5100.140.25
HSL163.3º43.11%55.88%-
HSV(B)163.3º50.79%74.9%-
XYZ29.9542.3241.71-
YUV158.92130.8681.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.94%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=20.94%
G=42.54%
B=36.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941911640.5100.140.25163.343.1155.88
Hex5EBFA4330E19a32b38
Octal13627724463016312435370
Binary10111101011111110100100110011011101100110100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,191,164); }

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

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

 a { background-color: rgb(94,191,164); }

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

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

 span { border-color: rgb(94,191,164); }

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