#4EBEAE

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

Shades of Puerto Rico #4EBEAE

Tints of Puerto Rico #4EBEAE

Color information

#4EBEAE (or 0x4EBEAE) is unknown color: approx Puerto Rico. HEX triplet: 4E, BE and AE. RGB value is (78,190,174). Sum of RGB (Red+Green+Blue) = 78+190+174=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #4EBEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBEAE is #B14151. Grayscale: #9A9A9A. Windows color (decimal): -11616594 or 11451982. OLE color: 11451982.

HSL color Cylindrical-coordinate representation of color #4EBEAE: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBEAE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB78190174-
CMYK0.5900.080.25
HSL171.43º46.28%52.55%-
HSV(B)171.43º58.95%74.51%-
XYZ29.241.546.52-
YUV154.69138.8973.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 190 (74.61% from 255) = 42.99%
BLUE value IS 174 (68.36% from 255) = 39.37%
R=17.65%
G=42.99%
B=39.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781901740.5900.080.25171.4346.2852.55
Hex4EBEAE3B0819ab2e35
Octal11627625673010312535665
Binary10011101011111010101110111011010001100110101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,190,174); }

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

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

 a { background-color: rgb(78,190,174); }

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

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

 span { border-color: rgb(78,190,174); }

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