#42B9AE

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

Shades of Puerto Rico #42B9AE

Tints of Puerto Rico #42B9AE

Color information

#42B9AE (or 0x42B9AE) is unknown color: approx Puerto Rico. HEX triplet: 42, B9 and AE. RGB value is (66,185,174). Sum of RGB (Red+Green+Blue) = 66+185+174=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #42B9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B9AE is #BD4651. Grayscale: #949494. Windows color (decimal): -12404306 or 11450690. OLE color: 11450690.

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

Color convert

RGB66185174-
CMYK0.6400.060.27
HSL174.45º47.41%49.22%-
HSV(B)174.45º64.32%72.55%-
XYZ27.2438.9146.12-
YUV148.17142.5869.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=15.53%
G=43.53%
B=40.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661851740.6400.060.27174.4547.4149.22
Hex42B9AE40061Bae2f31
Octal10227125610006332565761
Binary10000101011100110101110100000001101101110101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,174); }

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

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

 a { background-color: rgb(66,185,174); }

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

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

 span { border-color: rgb(66,185,174); }

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