#42ABA4

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

Shades of Puerto Rico #42ABA4

Tints of Puerto Rico #42ABA4

Color information

#42ABA4 (or 0x42ABA4) is unknown color: approx Puerto Rico. HEX triplet: 42, AB and A4. RGB value is (66,171,164). Sum of RGB (Red+Green+Blue) = 66+171+164=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #42ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ABA4 is #BD545B. Grayscale: #8A8A8A. Windows color (decimal): -12407900 or 10791746. OLE color: 10791746.

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

Color convert

RGB66171164-
CMYK0.6100.040.33
HSL176º44.3%46.47%-
HSV(B)176º61.4%67.06%-
XYZ23.5132.9640.25-
YUV138.81142.2176.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=16.46%
G=42.64%
B=40.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661711640.6100.040.3317644.346.47
Hex42ABA43D0421b02c2e
Octal1022532447504412605456
Binary10000101010101110100100111101010010000110110000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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