Html Css Color HEX #49ADA5 Puerto Rico

📋 copy color: '#49ADA5'

red 73 ◦ green 173 ◦ blue 165

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

Shades of Puerto Rico #49ADA5

Tints of Puerto Rico #49ADA5

RGB

 RED value IS 73 (28.91% from 255) = 17.76%

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

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 17.76%
G = 42.09%
B = 40.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#49ADA5 (or 0x49ADA5) is known color: Puerto Rico. HEX triplet: 49, AD and A5. RGB value is (73,173,165). Sum of RGB (Red+Green+Blue) = 73+173+165=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #49ADA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADA5 is #B6525A. Grayscale: #8E8E8E. Windows color (decimal): -11948635 or 10857801. OLE color: 10857801.

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

Color convert

RGB 73 173 165 -
CMYK 0.58 0 0.05 0.32
HSL 175.2º 0.41% 0.48% -
HSV(B) 175.2º 0.58% 0.68% -
XYZ 24.48 34.02 40.87 -
YUV 142.19 140.87 78.65 -
System Red Green Blue C M Y K H S L
Decimal 73 173 165 0.58 0 0.05 0.32 175.2 0.41 0.48
Hex 49 AD A5 3A 0 5 20 AF 29 30
Octal 111 255 245 72 0 5 40 257 51 60
Binary 1001001 10101101 10100101 111010 0 101 100000 10101111 101001 110000

Color Harmonies of #49ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADA5

Black with #49ADA5

Text Example


Text Example

White with #49ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49ADA5; }

 p { color: rgb(73,173,165); }

 H1.HeaderClassName
 {
   color: #49ADA5;
 }
 .AnyTagClassName
 {
   color: #49ADA5;
 }
</style>

background-color css

<style>
 a { background-color: #49ADA5; }

 a { background-color: rgb(73,173,165); }

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

border-color css

<style>
 span { border-color: #49ADA5; }

 span { border-color: rgb(73,173,165); }

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