#41B39E

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

Shades of Puerto Rico #41B39E

Tints of Puerto Rico #41B39E

Color information

#41B39E (or 0x41B39E) is unknown color: approx Puerto Rico. HEX triplet: 41, B3 and 9E. RGB value is (65,179,158). Sum of RGB (Red+Green+Blue) = 65+179+158=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #41B39E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41B39E is #BE4C61. Grayscale: #8E8E8E. Windows color (decimal): -12471394 or 10400577. OLE color: 10400577.

HSL color Cylindrical-coordinate representation of color #41B39E: hue angle of 168.95º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B39E is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB65179158-
CMYK0.6400.120.30
HSL168.95º46.72%47.84%-
HSV(B)168.95º63.69%70.2%-
XYZ24.4735.8337.97-
YUV142.52136.7372.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.17%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=16.17%
G=44.53%
B=39.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal651791580.6400.120.30168.9546.7247.84
Hex41B39E400C1Ea92f30
Octal101263236100014362515760
Binary100000110110011100111101000000011001111010101001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41B39E; }

 p { color: rgb(65,179,158); }

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

<style>
 a { background-color: #41B39E; }

 a { background-color: rgb(65,179,158); }

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

<style>
 span { border-color: #41B39E; }

 span { border-color: rgb(65,179,158); }

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