#4EBBA2

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

Shades of Puerto Rico #4EBBA2

Tints of Puerto Rico #4EBBA2

Color information

#4EBBA2 (or 0x4EBBA2) is unknown color: approx Puerto Rico. HEX triplet: 4E, BB and A2. RGB value is (78,187,162). Sum of RGB (Red+Green+Blue) = 78+187+162=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #4EBBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBBA2 is #B1445D. Grayscale: #979797. Windows color (decimal): -11617374 or 10664782. OLE color: 10664782.

HSL color Cylindrical-coordinate representation of color #4EBBA2: hue angle of 166.24º 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 #4EBBA2 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB78187162-
CMYK0.5800.130.27
HSL166.24º44.49%51.96%-
HSV(B)166.24º58.29%73.33%-
XYZ27.4339.7740.41-
YUV151.56133.8975.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.27%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 162 (63.67% from 255) = 37.94%
R=18.27%
G=43.79%
B=37.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781871620.5800.130.27166.2444.4951.96
Hex4EBBA23A0D1Ba62c34
Octal11627324272015332465464
Binary10011101011101110100010111010011011101110100110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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