#42BAB3

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

Shades of Puerto Rico #42BAB3

Tints of Puerto Rico #42BAB3

Color information

#42BAB3 (or 0x42BAB3) is unknown color: approx Puerto Rico. HEX triplet: 42, BA and B3. RGB value is (66,186,179). Sum of RGB (Red+Green+Blue) = 66+186+179=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAB3 is #BD454C. Grayscale: #959595. Windows color (decimal): -12404045 or 11778626. OLE color: 11778626.

HSL color Cylindrical-coordinate representation of color #42BAB3: hue angle of 176.5º 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 #42BAB3 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB66186179-
CMYK0.6500.040.27
HSL176.5º47.62%49.41%-
HSV(B)176.5º64.52%72.94%-
XYZ27.9439.5348.81-
YUV149.32144.7468.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 179 (70.31% from 255) = 41.53%
R=15.31%
G=43.16%
B=41.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861790.6500.040.27176.547.6249.41
Hex42BAB341041Bb03031
Octal10227226310104332606061
Binary10000101011101010110011100000101001101110110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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