#42AFA1

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

Shades of Puerto Rico #42AFA1

Tints of Puerto Rico #42AFA1

Color information

#42AFA1 (or 0x42AFA1) is unknown color: approx Puerto Rico. HEX triplet: 42, AF and A1. RGB value is (66,175,161). Sum of RGB (Red+Green+Blue) = 66+175+161=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #42AFA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AFA1 is #BD505E. Grayscale: #8C8C8C. Windows color (decimal): -12406879 or 10596162. OLE color: 10596162.

HSL color Cylindrical-coordinate representation of color #42AFA1: hue angle of 172.29º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AFA1 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB66175161-
CMYK0.6200.080.31
HSL172.29º45.23%47.25%-
HSV(B)172.29º62.29%68.63%-
XYZ24.0134.3939.09-
YUV140.81139.3974.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 161 (63.28% from 255) = 40.05%
R=16.42%
G=43.53%
B=40.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661751610.6200.080.31172.2945.2347.25
Hex42AFA13E081Fac2d2f
Octal10225724176010372545557
Binary10000101010111110100001111110010001111110101100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42AFA1; }

 p { color: rgb(66,175,161); }

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

<style>
 a { background-color: #42AFA1; }

 a { background-color: rgb(66,175,161); }

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

<style>
 span { border-color: #42AFA1; }

 span { border-color: rgb(66,175,161); }

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