Html Css Color HEX #4AADA4 Puerto Rico

📋 copy color: '#4AADA4'

red 74 ◦ green 173 ◦ blue 164

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

Shades of Puerto Rico #4AADA4

Tints of Puerto Rico #4AADA4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 164 (64.45% from 255) = 39.9%

R = 18%
G = 42.09%
B = 39.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#4AADA4 (or 0x4AADA4) is known color: Puerto Rico. HEX triplet: 4A, AD and A4. RGB value is (74,173,164). Sum of RGB (Red+Green+Blue) = 74+173+164=411 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.00% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADA4 is #B5525B. Grayscale: #8E8E8E. Windows color (decimal): -11883100 or 10792266. OLE color: 10792266.

HSL color Cylindrical-coordinate representation of color #4AADA4: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AADA4 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 173 164 -
CMYK 0.57 0 0.05 0.32
HSL 174.55º 0.4% 0.48% -
HSV(B) 174.55º 0.57% 0.68% -
XYZ 24.47 34.02 40.4 -
YUV 142.37 140.2 79.23 -
System Red Green Blue C M Y K H S L
Decimal 74 173 164 0.57 0 0.05 0.32 174.55 0.4 0.48
Hex 4A AD A4 39 0 5 20 AF 28 30
Octal 112 255 244 71 0 5 40 257 50 60
Binary 1001010 10101101 10100100 111001 0 101 100000 10101111 101000 110000

Color Harmonies of #4AADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AADA4

Black with #4AADA4

Text Example


Text Example

White with #4AADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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