#42BC9F

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

Shades of Puerto Rico #42BC9F

Tints of Puerto Rico #42BC9F

Color information

#42BC9F (or 0x42BC9F) is unknown color: approx Puerto Rico. HEX triplet: 42, BC and 9F. RGB value is (66,188,159). Sum of RGB (Red+Green+Blue) = 66+188+159=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC9F is #BD4360. Grayscale: #949494. Windows color (decimal): -12403553 or 10468418. OLE color: 10468418.

HSL color Cylindrical-coordinate representation of color #42BC9F: hue angle of 165.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC9F is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB66188159-
CMYK0.6500.150.26
HSL165.74º48.03%49.8%-
HSV(B)165.74º64.89%73.73%-
XYZ26.4939.6339.05-
YUV148.22134.0869.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 188 (73.83% from 255) = 45.52%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=15.98%
G=45.52%
B=38.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881590.6500.150.26165.7448.0349.8
Hex42BC9F410F1Aa63032
Octal102274237101017322466062
Binary100001010111100100111111000001011111101010100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,159); }

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

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

 a { background-color: rgb(66,188,159); }

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

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

 span { border-color: rgb(66,188,159); }

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