Html Css Color HEX #4EAE9F Puerto Rico

📋 copy color: '#4EAE9F'

red 78 ◦ green 174 ◦ blue 159

#4EAE9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #4EAE9F

Tints of Puerto Rico #4EAE9F

RGB

 RED value IS 78 (30.86% from 255) = 18.98%

 GREEN value IS 174 (68.36% from 255) = 42.34%

 BLUE value IS 159 (62.5% from 255) = 38.69%

R = 18.98%
G = 42.34%
B = 38.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#4EAE9F (or 0x4EAE9F) is known color: Puerto Rico. HEX triplet: 4E, AE and 9F. RGB value is (78,174,159). Sum of RGB (Red+Green+Blue) = 78+174+159=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE9F is #B15160. Grayscale: #8F8F8F. Windows color (decimal): -11620705 or 10464846. OLE color: 10464846.

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

Color convert

RGB 78 174 159 -
CMYK 0.55 0 0.09 0.32
HSL 170.63º 0.38% 0.49% -
HSV(B) 170.63º 0.55% 0.68% -
XYZ 24.54 34.4 38.15 -
YUV 143.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 78 174 159 0.55 0 0.09 0.32 170.63 0.38 0.49
Hex 4E AE 9F 37 0 9 20 AB 26 31
Octal 116 256 237 67 0 11 40 253 46 61
Binary 1001110 10101110 10011111 110111 0 1001 100000 10101011 100110 110001

Color Harmonies of #4EAE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAE9F

Black with #4EAE9F

Text Example


Text Example

White with #4EAE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EAE9F;
 }
 .AnyTagClassName
 {
   color: #4EAE9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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