#42BAAA

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

Shades of Puerto Rico #42BAAA

Tints of Puerto Rico #42BAAA

Color information

#42BAAA (or 0x42BAAA) is unknown color: approx Puerto Rico. HEX triplet: 42, BA and AA. RGB value is (66,186,170). Sum of RGB (Red+Green+Blue) = 66+186+170=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAAA is #BD4555. Grayscale: #949494. Windows color (decimal): -12404054 or 11188802. OLE color: 11188802.

HSL color Cylindrical-coordinate representation of color #42BAAA: hue angle of 172º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BAAA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB66186170-
CMYK0.6500.090.27
HSL172º47.62%49.41%-
HSV(B)172º64.52%72.94%-
XYZ27.0639.1844.17-
YUV148.3140.2469.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=15.64%
G=44.08%
B=40.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861700.6500.090.2717247.6249.41
Hex42BAAA41091Bac3031
Octal102272252101011332546061
Binary100001010111010101010101000001010011101110101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,170); }

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

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

 a { background-color: rgb(66,186,170); }

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

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

 span { border-color: rgb(66,186,170); }

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