#4EAC98

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

Shades of Puerto Rico #4EAC98

Tints of Puerto Rico #4EAC98

Color information

#4EAC98 (or 0x4EAC98) is unknown color: approx Puerto Rico. HEX triplet: 4E, AC and 98. RGB value is (78,172,152). Sum of RGB (Red+Green+Blue) = 78+172+152=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC98 is #B15367. Grayscale: #8D8D8D. Windows color (decimal): -11621224 or 10005582. OLE color: 10005582.

HSL color Cylindrical-coordinate representation of color #4EAC98: hue angle of 167.23º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAC98 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB78172152-
CMYK0.5500.120.33
HSL167.23º37.6%49.02%-
HSV(B)167.23º54.65%67.45%-
XYZ23.5633.3934.91-
YUV141.61133.8682.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.40%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=19.40%
G=42.79%
B=37.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721520.5500.120.33167.2337.649.02
Hex4EAC98370C21a72631
Octal11625423067014412474661
Binary100111010101100100110001101110110010000110100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,172,152); }

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

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

 a { background-color: rgb(78,172,152); }

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

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

 span { border-color: rgb(78,172,152); }

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