#4EC69B

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

Shades of Puerto Rico #4EC69B

Tints of Puerto Rico #4EC69B

Color information

#4EC69B (or 0x4EC69B) is unknown color: approx Puerto Rico. HEX triplet: 4E, C6 and 9B. RGB value is (78,198,155). Sum of RGB (Red+Green+Blue) = 78+198+155=431 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.10% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #4EC69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EC69B is #B13964. Grayscale: #9D9D9D. Windows color (decimal): -11614565 or 10208846. OLE color: 10208846.

HSL color Cylindrical-coordinate representation of color #4EC69B: hue angle of 158.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC69B is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB78198155-
CMYK0.6100.220.22
HSL158.5º51.28%54.12%-
HSV(B)158.5º60.61%77.65%-
XYZ29.2544.3738.03-
YUV157.22126.7471.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.10%
GREEN value IS 198 (77.73% from 255) = 45.94%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=18.10%
G=45.94%
B=35.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal781981550.6100.220.22158.551.2854.12
Hex4EC69B3D016169e3336
Octal11630623375026262366366
Binary100111011000110100110111111010101101011010011110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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