#4EBCAF

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

Shades of Puerto Rico #4EBCAF

Tints of Puerto Rico #4EBCAF

Color information

#4EBCAF (or 0x4EBCAF) is unknown color: approx Puerto Rico. HEX triplet: 4E, BC and AF. RGB value is (78,188,175). Sum of RGB (Red+Green+Blue) = 78+188+175=441 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.69% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBCAF is #B14350. Grayscale: #999999. Windows color (decimal): -11617105 or 11517006. OLE color: 11517006.

HSL color Cylindrical-coordinate representation of color #4EBCAF: hue angle of 172.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBCAF is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB78188175-
CMYK0.5900.070.26
HSL172.91º45.08%52.16%-
HSV(B)172.91º58.51%73.73%-
XYZ28.8640.6846.89-
YUV153.63140.0674.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.69%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=17.69%
G=42.63%
B=39.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781881750.5900.070.26172.9145.0852.16
Hex4EBCAF3B071Aad2d34
Octal1162742577307322555564
Binary1001110101111001010111111101101111101010101101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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