#41B0AD

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

Shades of Puerto Rico #41B0AD

Tints of Puerto Rico #41B0AD

Color information

#41B0AD (or 0x41B0AD) is unknown color: approx Puerto Rico. HEX triplet: 41, B0 and AD. RGB value is (65,176,173). Sum of RGB (Red+Green+Blue) = 65+176+173=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #41B0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B0AD is #BE4F52. Grayscale: #8E8E8E. Windows color (decimal): -12472147 or 11382849. OLE color: 11382849.

HSL color Cylindrical-coordinate representation of color #41B0AD: hue angle of 178.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B0AD is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB65176173-
CMYK0.6300.020.31
HSL178.38º46.06%47.25%-
HSV(B)178.38º63.07%69.02%-
XYZ25.2535.1945-
YUV142.47145.2372.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.70%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=15.70%
G=42.51%
B=41.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651761730.6300.020.31178.3846.0647.25
Hex41B0AD3F021Fb22e2f
Octal1012602557702372625657
Binary100000110110000101011011111110101111110110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,176,173); }

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

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

 a { background-color: rgb(65,176,173); }

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

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

 span { border-color: rgb(65,176,173); }

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