#4EBFAD

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

Shades of Puerto Rico #4EBFAD

Tints of Puerto Rico #4EBFAD

Color information

#4EBFAD (or 0x4EBFAD) is unknown color: approx Puerto Rico. HEX triplet: 4E, BF and AD. RGB value is (78,191,173). Sum of RGB (Red+Green+Blue) = 78+191+173=442 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.65% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBFAD is #B14052. Grayscale: #9B9B9B. Windows color (decimal): -11616339 or 11386702. OLE color: 11386702.

HSL color Cylindrical-coordinate representation of color #4EBFAD: hue angle of 170.44º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBFAD is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB78191173-
CMYK0.5900.090.25
HSL170.44º46.89%52.75%-
HSV(B)170.44º59.16%74.9%-
XYZ29.3241.946.08-
YUV155.16138.0672.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 17.65%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=17.65%
G=43.21%
B=39.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781911730.5900.090.25170.4446.8952.75
Hex4EBFAD3B0919aa2f35
Octal11627725573011312525765
Binary10011101011111110101101111011010011100110101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,191,173); }

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

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

 a { background-color: rgb(78,191,173); }

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

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

 span { border-color: rgb(78,191,173); }

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