#40BAAE

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

Shades of Puerto Rico #40BAAE

Tints of Puerto Rico #40BAAE

Color information

#40BAAE (or 0x40BAAE) is unknown color: approx Puerto Rico. HEX triplet: 40, BA and AE. RGB value is (64,186,174). Sum of RGB (Red+Green+Blue) = 64+186+174=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #40BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BAAE is #BF4551. Grayscale: #949494. Windows color (decimal): -12535122 or 11450944. OLE color: 11450944.

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

Color convert

RGB64186174-
CMYK0.6600.060.27
HSL174.1º48.8%49.02%-
HSV(B)174.1º65.59%72.94%-
XYZ27.3139.2646.18-
YUV148.15142.5867.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.09%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=15.09%
G=43.87%
B=41.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641861740.6600.060.27174.148.849.02
Hex40BAAE42061Bae3131
Octal10027225610206332566161
Binary10000001011101010101110100001001101101110101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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