#4DAFAC

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

Shades of Puerto Rico #4DAFAC

Tints of Puerto Rico #4DAFAC

Color information

#4DAFAC (or 0x4DAFAC) is unknown color: approx Puerto Rico. HEX triplet: 4D, AF and AC. RGB value is (77,175,172). Sum of RGB (Red+Green+Blue) = 77+175+172=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAFAC is #B25053. Grayscale: #919191. Windows color (decimal): -11685972 or 11317069. OLE color: 11317069.

HSL color Cylindrical-coordinate representation of color #4DAFAC: hue angle of 178.16º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAFAC is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB77175172-
CMYK0.5600.020.31
HSL178.16º38.89%49.41%-
HSV(B)178.16º56%68.63%-
XYZ25.8435.2244.47-
YUV145.36143.0379.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.16%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=18.16%
G=41.27%
B=40.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771751720.5600.020.31178.1638.8949.41
Hex4DAFAC38021Fb22731
Octal1152572547002372624761
Binary100110110101111101011001110000101111110110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,175,172); }

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

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

 a { background-color: rgb(77,175,172); }

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

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

 span { border-color: rgb(77,175,172); }

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