#40AFA3

Color #40AFA3 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #40AFA3

Tints of Puerto Rico #40AFA3

Color information

#40AFA3 (or 0x40AFA3) is unknown color: approx Puerto Rico. HEX triplet: 40, AF and A3. RGB value is (64,175,163). Sum of RGB (Red+Green+Blue) = 64+175+163=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #40AFA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AFA3 is #BF505C. Grayscale: #8C8C8C. Windows color (decimal): -12537949 or 10727232. OLE color: 10727232.

HSL color Cylindrical-coordinate representation of color #40AFA3: hue angle of 173.51º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AFA3 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB64175163-
CMYK0.6300.070.31
HSL173.51º46.44%46.86%-
HSV(B)173.51º63.43%68.63%-
XYZ24.0634.3940.02-
YUV140.44140.7373.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.92%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=15.92%
G=43.53%
B=40.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641751630.6300.070.31173.5146.4446.86
Hex40AFA33F071Fae2e2f
Octal1002572437707372565657
Binary1000000101011111010001111111101111111110101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,175,163); }

 H1.HeaderClassName
 {
   color: #40AFA3;
 }
 .AnyTagClassName
 {
   color: #40AFA3;
 }
</style>
background-color css

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

 a { background-color: rgb(64,175,163); }

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

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

 span { border-color: rgb(64,175,163); }

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