Html Css Color HEX #41ADA9 Puerto Rico

📋 copy color: '#41ADA9'

red 65 ◦ green 173 ◦ blue 169

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

Shades of Puerto Rico #41ADA9

Tints of Puerto Rico #41ADA9

RGB

 RED value IS 65 (25.78% from 255) = 15.97%

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 169 (66.41% from 255) = 41.52%

R = 15.97%
G = 42.51%
B = 41.52%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#41ADA9 (or 0x41ADA9) is known color: Puerto Rico. HEX triplet: 41, AD and A9. RGB value is (65,173,169). Sum of RGB (Red+Green+Blue) = 65+173+169=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 169 (66.41% from 255 or 41.52% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #41ADA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADA9 is #BE5256. Grayscale: #8C8C8C. Windows color (decimal): -12472919 or 11119937. OLE color: 11119937.

HSL color Cylindrical-coordinate representation of color #41ADA9: hue angle of 177.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41ADA9 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 173 169 -
CMYK 0.62 0 0.02 0.32
HSL 177.78º 0.45% 0.47% -
HSV(B) 177.78º 0.62% 0.68% -
XYZ 24.28 33.88 42.79 -
YUV 140.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 65 173 169 0.62 0 0.02 0.32 177.78 0.45 0.47
Hex 41 AD A9 3E 0 2 20 B2 2D 2F
Octal 101 255 251 76 0 2 40 262 55 57
Binary 1000001 10101101 10101001 111110 0 10 100000 10110010 101101 101111

Color Harmonies of #41ADA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ADA9

Black with #41ADA9

Text Example


Text Example

White with #41ADA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #41ADA9;
 }
 .AnyTagClassName
 {
   color: #41ADA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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