Html Css Color HEX #49CEB0 Puerto Rico

📋 copy color: '#49CEB0'

red 73 ◦ green 206 ◦ blue 176

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

Shades of Puerto Rico #49CEB0

Tints of Puerto Rico #49CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.27%

 BLUE value IS 176 (69.14% from 255) = 38.68%

R = 16.04%
G = 45.27%
B = 38.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#49CEB0 (or 0x49CEB0) is known color: Puerto Rico. HEX triplet: 49, CE and B0. RGB value is (73,206,176). Sum of RGB (Red+Green+Blue) = 73+206+176=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #49CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CEB0 is #B6314F. Grayscale: #A2A2A2. Windows color (decimal): -11940176 or 11587145. OLE color: 11587145.

HSL color Cylindrical-coordinate representation of color #49CEB0: hue angle of 166.47º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CEB0 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 206 176 -
CMYK 0.65 0 0.15 0.19
HSL 166.47º 0.58% 0.55% -
HSV(B) 166.47º 0.65% 0.81% -
XYZ 32.66 48.69 48.75 -
YUV 162.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 73 206 176 0.65 0 0.15 0.19 166.47 0.58 0.55
Hex 49 CE B0 41 0 F 13 A6 3A 37
Octal 111 316 260 101 0 17 23 246 72 67
Binary 1001001 11001110 10110000 1000001 0 1111 10011 10100110 111010 110111

Color Harmonies of #49CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEB0

Black with #49CEB0

Text Example


Text Example

White with #49CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,206,176); }

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

background-color css

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

 a { background-color: rgb(73,206,176); }

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

border-color css

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

 span { border-color: rgb(73,206,176); }

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