#42BEAF

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

Shades of Puerto Rico #42BEAF

Tints of Puerto Rico #42BEAF

Color information

#42BEAF (or 0x42BEAF) is unknown color: approx Puerto Rico. HEX triplet: 42, BE and AF. RGB value is (66,190,175). Sum of RGB (Red+Green+Blue) = 66+190+175=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #42BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BEAF is #BD4150. Grayscale: #979797. Windows color (decimal): -12403025 or 11517506. OLE color: 11517506.

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

Color convert

RGB66190175-
CMYK0.6500.080.25
HSL172.74º48.82%50.2%-
HSV(B)172.74º65.26%74.51%-
XYZ28.441.0846.99-
YUV151.21141.4267.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 190 (74.61% from 255) = 44.08%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=15.31%
G=44.08%
B=40.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661901750.6500.080.25172.7448.8250.2
Hex42BEAF410819ad3132
Octal102276257101010312556162
Binary100001010111110101011111000001010001100110101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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