#42B69C

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

Shades of Puerto Rico #42B69C

Tints of Puerto Rico #42B69C

Color information

#42B69C (or 0x42B69C) is unknown color: approx Puerto Rico. HEX triplet: 42, B6 and 9C. RGB value is (66,182,156). Sum of RGB (Red+Green+Blue) = 66+182+156=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #42B69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B69C is #BD4963. Grayscale: #909090. Windows color (decimal): -12405092 or 10270274. OLE color: 10270274.

HSL color Cylindrical-coordinate representation of color #42B69C: hue angle of 166.55º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B69C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB66182156-
CMYK0.6400.140.29
HSL166.55º46.77%48.63%-
HSV(B)166.55º63.74%71.37%-
XYZ24.9837.0137.28-
YUV144.35134.5772.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 156 (61.33% from 255) = 38.61%
R=16.34%
G=45.05%
B=38.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661821560.6400.140.29166.5546.7748.63
Hex42B69C400E1Da72f31
Octal102266234100016352475761
Binary100001010110110100111001000000011101110110100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,156); }

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

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

 a { background-color: rgb(66,182,156); }

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

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

 span { border-color: rgb(66,182,156); }

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