#42BAA0

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

Shades of Puerto Rico #42BAA0

Tints of Puerto Rico #42BAA0

Color information

#42BAA0 (or 0x42BAA0) is unknown color: approx Puerto Rico. HEX triplet: 42, BA and A0. RGB value is (66,186,160). Sum of RGB (Red+Green+Blue) = 66+186+160=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAA0 is #BD455F. Grayscale: #939393. Windows color (decimal): -12404064 or 10533442. OLE color: 10533442.

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

Color convert

RGB66186160-
CMYK0.6500.140.27
HSL167º47.62%49.41%-
HSV(B)167º64.52%72.94%-
XYZ26.1538.8139.37-
YUV147.16135.2470.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=16.02%
G=45.15%
B=38.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861600.6500.140.2716747.6249.41
Hex42BAA0410E1Ba73031
Octal102272240101016332476061
Binary100001010111010101000001000001011101101110100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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