#4EBBAD

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

Shades of Puerto Rico #4EBBAD

Tints of Puerto Rico #4EBBAD

Color information

#4EBBAD (or 0x4EBBAD) is unknown color: approx Puerto Rico. HEX triplet: 4E, BB and AD. RGB value is (78,187,173). Sum of RGB (Red+Green+Blue) = 78+187+173=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #4EBBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBBAD is #B14452. Grayscale: #989898. Windows color (decimal): -11617363 or 11385678. OLE color: 11385678.

HSL color Cylindrical-coordinate representation of color #4EBBAD: hue angle of 172.29º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBBAD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB78187173-
CMYK0.5800.070.27
HSL172.29º44.49%51.96%-
HSV(B)172.29º58.29%73.33%-
XYZ28.4640.1845.79-
YUV152.81139.3974.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.81%
GREEN value IS 187 (73.44% from 255) = 42.69%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=17.81%
G=42.69%
B=39.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781871730.5800.070.27172.2944.4951.96
Hex4EBBAD3A071Bac2c34
Octal1162732557207332545464
Binary1001110101110111010110111101001111101110101100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EBBAD; }

 p { color: rgb(78,187,173); }

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

<style>
 a { background-color: #4EBBAD; }

 a { background-color: rgb(78,187,173); }

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

<style>
 span { border-color: #4EBBAD; }

 span { border-color: rgb(78,187,173); }

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