Html Css Color HEX #42C69C Shamrock

📋 copy color: '#42C69C'

red 66 ◦ green 198 ◦ blue 156

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

Shades of Shamrock #42C69C

Tints of Shamrock #42C69C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 15.71%
G = 47.14%
B = 37.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#42C69C (or 0x42C69C) is known color: Shamrock. HEX triplet: 42, C6 and 9C. RGB value is (66,198,156). Sum of RGB (Red+Green+Blue) = 66+198+156=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #42C69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C69C is #BD3963. Grayscale: #999999. Windows color (decimal): -12400996 or 10274370. OLE color: 10274370.

HSL color Cylindrical-coordinate representation of color #42C69C: hue angle of 160.91º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C69C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 156 -
CMYK 0.67 0 0.21 0.22
HSL 160.91º 0.54% 0.52% -
HSV(B) 160.91º 0.67% 0.78% -
XYZ 28.44 43.95 38.44 -
YUV 153.74 129.27 65.42 -
System Red Green Blue C M Y K H S L
Decimal 66 198 156 0.67 0 0.21 0.22 160.91 0.54 0.52
Hex 42 C6 9C 43 0 15 16 A1 36 34
Octal 102 306 234 103 0 25 26 241 66 64
Binary 1000010 11000110 10011100 1000011 0 10101 10110 10100001 110110 110100

Color Harmonies of #42C69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C69C

Black with #42C69C

Text Example


Text Example

White with #42C69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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