#42AFA4

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

Shades of Puerto Rico #42AFA4

Tints of Puerto Rico #42AFA4

Color information

#42AFA4 (or 0x42AFA4) is unknown color: approx Puerto Rico. HEX triplet: 42, AF and A4. RGB value is (66,175,164). Sum of RGB (Red+Green+Blue) = 66+175+164=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #42AFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AFA4 is #BD505B. Grayscale: #8D8D8D. Windows color (decimal): -12406876 or 10792770. OLE color: 10792770.

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

Color convert

RGB66175164-
CMYK0.6200.060.31
HSL173.94º45.23%47.25%-
HSV(B)173.94º62.29%68.63%-
XYZ24.2834.540.5-
YUV141.16140.8974.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 175 (68.75% from 255) = 43.21%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=16.30%
G=43.21%
B=40.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661751640.6200.060.31173.9445.2347.25
Hex42AFA43E061Fae2d2f
Octal1022572447606372565557
Binary1000010101011111010010011111001101111110101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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