Html Css Color HEX #42C3A6 Shamrock

📋 copy color: '#42C3A6'

red 66 ◦ green 195 ◦ blue 166

#42C3A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #42C3A6

Tints of Shamrock #42C3A6

RGB

 RED value IS 66 (26.17% from 255) = 15.46%

 GREEN value IS 195 (76.56% from 255) = 45.67%

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 15.46%
G = 45.67%
B = 38.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#42C3A6 (or 0x42C3A6) is known color: Shamrock. HEX triplet: 42, C3 and A6. RGB value is (66,195,166). Sum of RGB (Red+Green+Blue) = 66+195+166=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 195 (76.56% from 255 or 45.67% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 195 - color contains mainly: green. Hex color #42C3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C3A6 is #BD3C59. Grayscale: #999999. Windows color (decimal): -12401754 or 10928962. OLE color: 10928962.

HSL color Cylindrical-coordinate representation of color #42C3A6: hue angle of 166.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C3A6 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 166 -
CMYK 0.66 0 0.15 0.24
HSL 166.51º 0.52% 0.51% -
HSV(B) 166.51º 0.66% 0.76% -
XYZ 28.64 42.94 42.86 -
YUV 153.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 66 195 166 0.66 0 0.15 0.24 166.51 0.52 0.51
Hex 42 C3 A6 42 0 F 18 A7 34 33
Octal 102 303 246 102 0 17 30 247 64 63
Binary 1000010 11000011 10100110 1000010 0 1111 11000 10100111 110100 110011

Color Harmonies of #42C3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C3A6

Black with #42C3A6

Text Example


Text Example

White with #42C3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,195,166); }

 H1.HeaderClassName
 {
   color: #42C3A6;
 }
 .AnyTagClassName
 {
   color: #42C3A6;
 }
</style>

background-color css

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

 a { background-color: rgb(66,195,166); }

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

border-color css

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

 span { border-color: rgb(66,195,166); }

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