Html Css Color HEX #4AC4AD Puerto Rico

📋 copy color: '#4AC4AD'

red 74 ◦ green 196 ◦ blue 173

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

Shades of Puerto Rico #4AC4AD

Tints of Puerto Rico #4AC4AD

RGB

 RED value IS 74 (29.3% from 255) = 16.7%

 GREEN value IS 196 (76.95% from 255) = 44.24%

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 16.7%
G = 44.24%
B = 39.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#4AC4AD (or 0x4AC4AD) is known color: Puerto Rico. HEX triplet: 4A, C4 and AD. RGB value is (74,196,173). Sum of RGB (Red+Green+Blue) = 74+196+173=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC4AD is #B53B52. Grayscale: #9C9C9C. Windows color (decimal): -11877203 or 11387978. OLE color: 11387978.

HSL color Cylindrical-coordinate representation of color #4AC4AD: hue angle of 168.69º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC4AD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 74 196 173 -
CMYK 0.62 0 0.12 0.23
HSL 168.69º 0.51% 0.53% -
HSV(B) 168.69º 0.62% 0.77% -
XYZ 30.11 43.95 46.43 -
YUV 156.9 137.08 68.87 -
System Red Green Blue C M Y K H S L
Decimal 74 196 173 0.62 0 0.12 0.23 168.69 0.51 0.53
Hex 4A C4 AD 3E 0 C 17 A9 33 35
Octal 112 304 255 76 0 14 27 251 63 65
Binary 1001010 11000100 10101101 111110 0 1100 10111 10101001 110011 110101

Color Harmonies of #4AC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AC4AD

Black with #4AC4AD

Text Example


Text Example

White with #4AC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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