#42BAAD

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

Shades of Puerto Rico #42BAAD

Tints of Puerto Rico #42BAAD

Color information

#42BAAD (or 0x42BAAD) is unknown color: approx Puerto Rico. HEX triplet: 42, BA and AD. RGB value is (66,186,173). Sum of RGB (Red+Green+Blue) = 66+186+173=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAAD is #BD4552. Grayscale: #949494. Windows color (decimal): -12404051 or 11385410. OLE color: 11385410.

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

Color convert

RGB66186173-
CMYK0.6500.070.27
HSL173.5º47.62%49.41%-
HSV(B)173.5º64.52%72.94%-
XYZ27.3539.2945.68-
YUV148.64141.7469.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=15.53%
G=43.76%
B=40.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861730.6500.070.27173.547.6249.41
Hex42BAAD41071Bae3031
Octal10227225510107332566061
Binary10000101011101010101101100000101111101110101110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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