#4AD0AD

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

Shades of Puerto Rico #4AD0AD

Tints of Puerto Rico #4AD0AD

Color information

#4AD0AD (or 0x4AD0AD) is unknown color: approx Puerto Rico. HEX triplet: 4A, D0 and AD. RGB value is (74,208,173). Sum of RGB (Red+Green+Blue) = 74+208+173=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AD0AD is #B52F52. Grayscale: #A3A3A3. Windows color (decimal): -11874131 or 11391050. OLE color: 11391050.

HSL color Cylindrical-coordinate representation of color #4AD0AD: hue angle of 164.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD0AD is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB74208173-
CMYK0.6400.170.18
HSL164.33º58.77%55.29%-
HSV(B)164.33º64.42%81.57%-
XYZ32.9249.5847.37-
YUV163.94133.1163.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.26%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=16.26%
G=45.71%
B=38.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742081730.6400.170.18164.3358.7755.29
Hex4AD0AD4001112a43b37
Octal112320255100021222447367
Binary1001010110100001010110110000000100011001010100100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,208,173); }

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

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

 a { background-color: rgb(74,208,173); }

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

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

 span { border-color: rgb(74,208,173); }

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