#41BFAD

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

Shades of Puerto Rico #41BFAD

Tints of Puerto Rico #41BFAD

Color information

#41BFAD (or 0x41BFAD) is unknown color: approx Puerto Rico. HEX triplet: 41, BF and AD. RGB value is (65,191,173). Sum of RGB (Red+Green+Blue) = 65+191+173=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #41BFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41BFAD is #BE4052. Grayscale: #979797. Windows color (decimal): -12468307 or 11386689. OLE color: 11386689.

HSL color Cylindrical-coordinate representation of color #41BFAD: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BFAD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB65191173-
CMYK0.6600.090.25
HSL171.43º49.61%50.2%-
HSV(B)171.43º65.97%74.9%-
XYZ28.3541.446.03-
YUV151.27140.2666.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=15.15%
G=44.52%
B=40.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651911730.6600.090.25171.4349.6150.2
Hex41BFAD420919ab3232
Octal101277255102011312536262
Binary100000110111111101011011000010010011100110101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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