Html Css Color HEX #41ABA7 Puerto Rico

📋 copy color: '#41ABA7'

red 65 ◦ green 171 ◦ blue 167

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

Shades of Puerto Rico #41ABA7

Tints of Puerto Rico #41ABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 167 (65.63% from 255) = 41.44%

R = 16.13%
G = 42.43%
B = 41.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#41ABA7 (or 0x41ABA7) is known color: Puerto Rico. HEX triplet: 41, AB and A7. RGB value is (65,171,167). Sum of RGB (Red+Green+Blue) = 65+171+167=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #41ABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABA7 is #BE5458. Grayscale: #8A8A8A. Windows color (decimal): -12473433 or 10988353. OLE color: 10988353.

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

Color convert

RGB 65 171 167 -
CMYK 0.62 0 0.02 0.33
HSL 177.74º 0.45% 0.46% -
HSV(B) 177.74º 0.62% 0.67% -
XYZ 23.72 33.04 41.69 -
YUV 138.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 65 171 167 0.62 0 0.02 0.33 177.74 0.45 0.46
Hex 41 AB A7 3E 0 2 21 B2 2D 2E
Octal 101 253 247 76 0 2 41 262 55 56
Binary 1000001 10101011 10100111 111110 0 10 100001 10110010 101101 101110

Color Harmonies of #41ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ABA7

Black with #41ABA7

Text Example


Text Example

White with #41ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,171,167); }

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

background-color css

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

 a { background-color: rgb(65,171,167); }

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

border-color css

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

 span { border-color: rgb(65,171,167); }

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