Html Css Color HEX #41ADA8 Puerto Rico

📋 copy color: '#41ADA8'

red 65 ◦ green 173 ◦ blue 168

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

Shades of Puerto Rico #41ADA8

Tints of Puerto Rico #41ADA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 16.01%
G = 42.61%
B = 41.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#41ADA8 (or 0x41ADA8) is known color: Puerto Rico. HEX triplet: 41, AD and A8. RGB value is (65,173,168). Sum of RGB (Red+Green+Blue) = 65+173+168=406 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.01% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #41ADA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ADA8 is #BE5257. Grayscale: #8C8C8C. Windows color (decimal): -12472920 or 11054401. OLE color: 11054401.

HSL color Cylindrical-coordinate representation of color #41ADA8: hue angle of 177.22º 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 #41ADA8 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 173 168 -
CMYK 0.62 0 0.03 0.32
HSL 177.22º 0.45% 0.47% -
HSV(B) 177.22º 0.62% 0.68% -
XYZ 24.19 33.84 42.3 -
YUV 140.14 143.72 74.41 -
System Red Green Blue C M Y K H S L
Decimal 65 173 168 0.62 0 0.03 0.32 177.22 0.45 0.47
Hex 41 AD A8 3E 0 3 20 B1 2D 2F
Octal 101 255 250 76 0 3 40 261 55 57
Binary 1000001 10101101 10101000 111110 0 11 100000 10110001 101101 101111

Color Harmonies of #41ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ADA8

Black with #41ADA8

Text Example


Text Example

White with #41ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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