#4EAF9B

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

Shades of Puerto Rico #4EAF9B

Tints of Puerto Rico #4EAF9B

Color information

#4EAF9B (or 0x4EAF9B) is unknown color: approx Puerto Rico. HEX triplet: 4E, AF and 9B. RGB value is (78,175,155). Sum of RGB (Red+Green+Blue) = 78+175+155=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF9B is #B15064. Grayscale: #8F8F8F. Windows color (decimal): -11620453 or 10202958. OLE color: 10202958.

HSL color Cylindrical-coordinate representation of color #4EAF9B: hue angle of 167.63º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF9B is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB78175155-
CMYK0.5500.110.31
HSL167.63º38.34%49.61%-
HSV(B)167.63º55.43%68.63%-
XYZ24.3934.6536.41-
YUV143.72134.3681.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.12%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=19.12%
G=42.89%
B=37.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751550.5500.110.31167.6338.3449.61
Hex4EAF9B370B1Fa82632
Octal11625723367013372504662
Binary10011101010111110011011110111010111111110101000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,155); }

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

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

 a { background-color: rgb(78,175,155); }

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

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

 span { border-color: rgb(78,175,155); }

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