#42BAAE

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

Shades of Puerto Rico #42BAAE

Tints of Puerto Rico #42BAAE

Color information

#42BAAE (or 0x42BAAE) is unknown color: approx Puerto Rico. HEX triplet: 42, BA and AE. RGB value is (66,186,174). Sum of RGB (Red+Green+Blue) = 66+186+174=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #42BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BAAE is #BD4551. Grayscale: #949494. Windows color (decimal): -12404050 or 11450946. OLE color: 11450946.

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

Color convert

RGB66186174-
CMYK0.6500.060.27
HSL174º47.62%49.41%-
HSV(B)174º64.52%72.94%-
XYZ27.4539.3346.19-
YUV148.75142.2468.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.49%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=15.49%
G=43.66%
B=40.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661861740.6500.060.2717447.6249.41
Hex42BAAE41061Bae3031
Octal10227225610106332566061
Binary10000101011101010101110100000101101101110101110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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