#5EBEB4

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

Shades of Puerto Rico #5EBEB4

Tints of Puerto Rico #5EBEB4

Color information

#5EBEB4 (or 0x5EBEB4) is unknown color: approx Puerto Rico. HEX triplet: 5E, BE and B4. RGB value is (94,190,180). Sum of RGB (Red+Green+Blue) = 94+190+180=464 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.26% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBEB4 is #A1414B. Grayscale: #A0A0A0. Windows color (decimal): -10568012 or 11845214. OLE color: 11845214.

HSL color Cylindrical-coordinate representation of color #5EBEB4: hue angle of 173.75º degrees, saturation: 0.42, 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 #5EBEB4 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB94190180-
CMYK0.5100.050.25
HSL173.75º42.48%55.69%-
HSV(B)173.75º50.53%74.51%-
XYZ31.2742.549.74-
YUV160.16139.280.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.26%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 180 (70.70% from 255) = 38.79%
R=20.26%
G=40.95%
B=38.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941901800.5100.050.25173.7542.4855.69
Hex5EBEB4330519ae2a38
Octal1362762646305312565270
Binary1011110101111101011010011001101011100110101110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,190,180); }

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

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

 a { background-color: rgb(94,190,180); }

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

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

 span { border-color: rgb(94,190,180); }

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