Html Css Color HEX #49BBA5 Puerto Rico

📋 copy color: '#49BBA5'

red 73 ◦ green 187 ◦ blue 165

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

Shades of Puerto Rico #49BBA5

Tints of Puerto Rico #49BBA5

RGB

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

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

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

R = 17.18%
G = 44%
B = 38.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#49BBA5 (or 0x49BBA5) is known color: Puerto Rico. HEX triplet: 49, BB and A5. RGB value is (73,187,165). Sum of RGB (Red+Green+Blue) = 73+187+165=425 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.18% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBA5 is #B6445A. Grayscale: #969696. Windows color (decimal): -11945051 or 10861385. OLE color: 10861385.

HSL color Cylindrical-coordinate representation of color #49BBA5: hue angle of 168.42º 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 #49BBA5 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 187 165 -
CMYK 0.61 0 0.12 0.27
HSL 168.42º 0.46% 0.51% -
HSV(B) 168.42º 0.61% 0.73% -
XYZ 27.31 39.67 41.82 -
YUV 150.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 73 187 165 0.61 0 0.12 0.27 168.42 0.46 0.51
Hex 49 BB A5 3D 0 C 1B A8 2E 33
Octal 111 273 245 75 0 14 33 250 56 63
Binary 1001001 10111011 10100101 111101 0 1100 11011 10101000 101110 110011

Color Harmonies of #49BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BBA5

Black with #49BBA5

Text Example


Text Example

White with #49BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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