#42F3AB

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

Shades of Shamrock #42F3AB

Tints of Shamrock #42F3AB

Color information

#42F3AB (or 0x42F3AB) is unknown color: approx Shamrock. HEX triplet: 42, F3 and AB. RGB value is (66,243,171). Sum of RGB (Red+Green+Blue) = 66+243+171=480 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.75% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F3AB is #BD0C54. Grayscale: #B5B5B5. Windows color (decimal): -12389461 or 11268930. OLE color: 11268930.

HSL color Cylindrical-coordinate representation of color #42F3AB: hue angle of 155.59º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3AB is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB66243171-
CMYK0.7300.300.05
HSL155.59º88.06%60.59%-
HSV(B)155.59º72.84%95.29%-
XYZ41.6568.249.5-
YUV181.87121.8645.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.75%
GREEN value IS 243 (95.31% from 255) = 50.62%
BLUE value IS 171 (67.19% from 255) = 35.62%
R=13.75%
G=50.62%
B=35.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662431710.7300.300.05155.5988.0660.59
Hex42F3AB4901E59c583d
Octal102363253111036523413075
Binary100001011110011101010111001001011110101100111001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,243,171); }

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

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

 a { background-color: rgb(66,243,171); }

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

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

 span { border-color: rgb(66,243,171); }

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