#42BEB1

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

Shades of Puerto Rico #42BEB1

Tints of Puerto Rico #42BEB1

Color information

#42BEB1 (or 0x42BEB1) is unknown color: approx Puerto Rico. HEX triplet: 42, BE and B1. RGB value is (66,190,177). Sum of RGB (Red+Green+Blue) = 66+190+177=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEB1 is #BD414E. Grayscale: #979797. Windows color (decimal): -12403023 or 11648578. OLE color: 11648578.

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

Color convert

RGB66190177-
CMYK0.6500.070.25
HSL173.71º48.82%50.2%-
HSV(B)173.71º65.26%74.51%-
XYZ28.641.1648.03-
YUV151.44142.4267.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 177 (69.53% from 255) = 40.88%
R=15.24%
G=43.88%
B=40.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901770.6500.070.25173.7148.8250.2
Hex42BEB1410719ae3132
Octal10227626110107312566162
Binary10000101011111010110001100000101111100110101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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