Html Css Color HEX #49BBAD Puerto Rico

📋 copy color: '#49BBAD'

red 73 ◦ green 187 ◦ blue 173

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

Shades of Puerto Rico #49BBAD

Tints of Puerto Rico #49BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.19%

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

R = 16.86%
G = 43.19%
B = 39.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#49BBAD (or 0x49BBAD) is known color: Puerto Rico. HEX triplet: 49, BB and AD. RGB value is (73,187,173). Sum of RGB (Red+Green+Blue) = 73+187+173=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBAD is #B64452. Grayscale: #979797. Windows color (decimal): -11945043 or 11385673. OLE color: 11385673.

HSL color Cylindrical-coordinate representation of color #49BBAD: hue angle of 172.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BBAD is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 173 -
CMYK 0.61 0 0.07 0.27
HSL 172.63º 0.46% 0.51% -
HSV(B) 172.63º 0.61% 0.73% -
XYZ 28.06 39.97 45.77 -
YUV 151.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 73 187 173 0.61 0 0.07 0.27 172.63 0.46 0.51
Hex 49 BB AD 3D 0 7 1B AD 2E 33
Octal 111 273 255 75 0 7 33 255 56 63
Binary 1001001 10111011 10101101 111101 0 111 11011 10101101 101110 110011

Color Harmonies of #49BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBAD

Black with #49BBAD

Text Example


Text Example

White with #49BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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