Html Css Color HEX #41AE9D Puerto Rico

📋 copy color: '#41AE9D'

red 65 ◦ green 174 ◦ blue 157

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

Shades of Puerto Rico #41AE9D

Tints of Puerto Rico #41AE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.94%

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 16.41%
G = 43.94%
B = 39.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#41AE9D (or 0x41AE9D) is known color: Puerto Rico. HEX triplet: 41, AE and 9D. RGB value is (65,174,157). Sum of RGB (Red+Green+Blue) = 65+174+157=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #41AE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AE9D is #BE5162. Grayscale: #8B8B8B. Windows color (decimal): -12472675 or 10333761. OLE color: 10333761.

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

Color convert

RGB 65 174 157 -
CMYK 0.63 0 0.10 0.32
HSL 170.64º 0.46% 0.47% -
HSV(B) 170.64º 0.63% 0.68% -
XYZ 23.4 33.83 37.19 -
YUV 139.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 65 174 157 0.63 0 0.10 0.32 170.64 0.46 0.47
Hex 41 AE 9D 3F 0 A 20 AB 2E 2F
Octal 101 256 235 77 0 12 40 253 56 57
Binary 1000001 10101110 10011101 111111 0 1010 100000 10101011 101110 101111

Color Harmonies of #41AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41AE9D

Black with #41AE9D

Text Example


Text Example

White with #41AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,174,157); }

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

background-color css

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

 a { background-color: rgb(65,174,157); }

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

border-color css

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

 span { border-color: rgb(65,174,157); }

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