#42BEA6

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

Shades of Puerto Rico #42BEA6

Tints of Puerto Rico #42BEA6

Color information

#42BEA6 (or 0x42BEA6) is unknown color: approx Puerto Rico. HEX triplet: 42, BE and A6. RGB value is (66,190,166). Sum of RGB (Red+Green+Blue) = 66+190+166=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEA6 is #BD4159. Grayscale: #969696. Windows color (decimal): -12403034 or 10927682. OLE color: 10927682.

HSL color Cylindrical-coordinate representation of color #42BEA6: hue angle of 168.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BEA6 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB66190166-
CMYK0.6500.130.25
HSL168.39º48.82%50.2%-
HSV(B)168.39º65.26%74.51%-
XYZ27.5440.7442.49-
YUV150.19136.9267.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.64%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=15.64%
G=45.02%
B=39.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901660.6500.130.25168.3948.8250.2
Hex42BEA6410D19a83132
Octal102276246101015312506162
Binary100001010111110101001101000001011011100110101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,190,166); }

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

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

 a { background-color: rgb(66,190,166); }

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

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

 span { border-color: rgb(66,190,166); }

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