#44BEA7

Color #44BEA7 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #44BEA7

Tints of Puerto Rico #44BEA7

Color information

#44BEA7 (or 0x44BEA7) is unknown color: approx Puerto Rico. HEX triplet: 44, BE and A7. RGB value is (68,190,167). Sum of RGB (Red+Green+Blue) = 68+190+167=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 190 - color contains mainly: green. Hex color #44BEA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BEA7 is #BB4158. Grayscale: #969696. Windows color (decimal): -12271961 or 10993220. OLE color: 10993220.

HSL color Cylindrical-coordinate representation of color #44BEA7: hue angle of 168.69º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BEA7 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB68190167-
CMYK0.6400.120.25
HSL168.69º48.41%50.59%-
HSV(B)168.69º64.21%74.51%-
XYZ27.7740.8542.98-
YUV150.9137.0868.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16%
GREEN value IS 190 (74.61% from 255) = 44.71%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=16%
G=44.71%
B=39.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681901670.6400.120.25168.6948.4150.59
Hex44BEA7400C19a93033
Octal104276247100014312516063
Binary100010010111110101001111000000011001100110101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44BEA7; }

 p { color: rgb(68,190,167); }

 H1.HeaderClassName
 {
   color: #44BEA7;
 }
 .AnyTagClassName
 {
   color: #44BEA7;
 }
</style>
background-color css

<style>
 a { background-color: #44BEA7; }

 a { background-color: rgb(68,190,167); }

 div.DivClassName
 {
   background-color: #44BEA7;
 }
 .BgClassName
 {
   background-color: #44BEA7;
 }
</style>
border-color css

<style>
 span { border-color: #44BEA7; }

 span { border-color: rgb(68,190,167); }

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