Html Css Color HEX #42BE9C Shamrock

📋 copy color: '#42BE9C'

red 66 ◦ green 190 ◦ blue 156

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

Shades of Shamrock #42BE9C

Tints of Shamrock #42BE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.12%

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

R = 16.02%
G = 46.12%
B = 37.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#42BE9C (or 0x42BE9C) is known color: Shamrock. HEX triplet: 42, BE and 9C. RGB value is (66,190,156). Sum of RGB (Red+Green+Blue) = 66+190+156=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE9C is #BD4163. Grayscale: #959595. Windows color (decimal): -12403044 or 10272322. OLE color: 10272322.

HSL color Cylindrical-coordinate representation of color #42BE9C: hue angle of 163.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE9C is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 156 -
CMYK 0.65 0 0.18 0.25
HSL 163.55º 0.49% 0.5% -
HSV(B) 163.55º 0.65% 0.75% -
XYZ 26.66 40.39 37.84 -
YUV 149.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 66 190 156 0.65 0 0.18 0.25 163.55 0.49 0.5
Hex 42 BE 9C 41 0 12 19 A4 31 32
Octal 102 276 234 101 0 22 31 244 61 62
Binary 1000010 10111110 10011100 1000001 0 10010 11001 10100100 110001 110010

Color Harmonies of #42BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE9C

Black with #42BE9C

Text Example


Text Example

White with #42BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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