#42CAAB

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

Shades of Shamrock #42CAAB

Tints of Shamrock #42CAAB

Color information

#42CAAB (or 0x42CAAB) is unknown color: approx Shamrock. HEX triplet: 42, CA and AB. RGB value is (66,202,171). Sum of RGB (Red+Green+Blue) = 66+202+171=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAAB is #BD3554. Grayscale: #9D9D9D. Windows color (decimal): -12399957 or 11258434. OLE color: 11258434.

HSL color Cylindrical-coordinate representation of color #42CAAB: hue angle of 166.32º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAAB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB66202171-
CMYK0.6700.150.21
HSL166.32º56.2%52.55%-
HSV(B)166.32º67.33%79.22%-
XYZ30.7246.3445.85-
YUV157.8135.4462.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.03%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=15.03%
G=46.01%
B=38.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021710.6700.150.21166.3256.252.55
Hex42CAAB430F15a63835
Octal102312253103017252467065
Binary100001011001010101010111000011011111010110100110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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