Html Css Color HEX #40ABA4 Puerto Rico

📋 copy color: '#40ABA4'

red 64 ◦ green 171 ◦ blue 164

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

Shades of Puerto Rico #40ABA4

Tints of Puerto Rico #40ABA4

RGB

 RED value IS 64 (25.39% from 255) = 16.04%

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

 BLUE value IS 164 (64.45% from 255) = 41.1%

R = 16.04%
G = 42.86%
B = 41.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#40ABA4 (or 0x40ABA4) is known color: Puerto Rico. HEX triplet: 40, AB and A4. RGB value is (64,171,164). Sum of RGB (Red+Green+Blue) = 64+171+164=399 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.04% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #40ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40ABA4 is #BF545B. Grayscale: #8A8A8A. Windows color (decimal): -12538972 or 10791744. OLE color: 10791744.

HSL color Cylindrical-coordinate representation of color #40ABA4: hue angle of 176.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40ABA4 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 171 164 -
CMYK 0.63 0 0.04 0.33
HSL 176.07º 0.46% 0.46% -
HSV(B) 176.07º 0.63% 0.67% -
XYZ 23.38 32.9 40.24 -
YUV 138.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 64 171 164 0.63 0 0.04 0.33 176.07 0.46 0.46
Hex 40 AB A4 3F 0 4 21 B0 2E 2E
Octal 100 253 244 77 0 4 41 260 56 56
Binary 1000000 10101011 10100100 111111 0 100 100001 10110000 101110 101110

Color Harmonies of #40ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABA4

Black with #40ABA4

Text Example


Text Example

White with #40ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40ABA4; }

 p { color: rgb(64,171,164); }

 H1.HeaderClassName
 {
   color: #40ABA4;
 }
 .AnyTagClassName
 {
   color: #40ABA4;
 }
</style>

background-color css

<style>
 a { background-color: #40ABA4; }

 a { background-color: rgb(64,171,164); }

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

border-color css

<style>
 span { border-color: #40ABA4; }

 span { border-color: rgb(64,171,164); }

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