#42AFA2

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

Shades of Puerto Rico #42AFA2

Tints of Puerto Rico #42AFA2

Color information

#42AFA2 (or 0x42AFA2) is unknown color: approx Puerto Rico. HEX triplet: 42, AF and A2. RGB value is (66,175,162). Sum of RGB (Red+Green+Blue) = 66+175+162=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #42AFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AFA2 is #BD505D. Grayscale: #8C8C8C. Windows color (decimal): -12406878 or 10661698. OLE color: 10661698.

HSL color Cylindrical-coordinate representation of color #42AFA2: hue angle of 172.84º 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 #42AFA2 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB66175162-
CMYK0.6200.070.31
HSL172.84º45.23%47.25%-
HSV(B)172.84º62.29%68.63%-
XYZ24.134.4339.56-
YUV140.93139.8974.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 175 (68.75% from 255) = 43.42%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=16.38%
G=43.42%
B=40.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661751620.6200.070.31172.8445.2347.25
Hex42AFA23E071Fad2d2f
Octal1022572427607372555557
Binary1000010101011111010001011111001111111110101101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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