Html Css Color HEX #42BA97 Shamrock

📋 copy color: '#42BA97'

red 66 ◦ green 186 ◦ blue 151

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

Shades of Shamrock #42BA97

Tints of Shamrock #42BA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.15%

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 16.38%
G = 46.15%
B = 37.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#42BA97 (or 0x42BA97) is known color: Shamrock. HEX triplet: 42, BA and 97. RGB value is (66,186,151). Sum of RGB (Red+Green+Blue) = 66+186+151=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA97 is #BD4568. Grayscale: #929292. Windows color (decimal): -12404073 or 9943618. OLE color: 9943618.

HSL color Cylindrical-coordinate representation of color #42BA97: hue angle of 162.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA97 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 151 -
CMYK 0.65 0 0.19 0.27
HSL 162.5º 0.48% 0.49% -
HSV(B) 162.5º 0.65% 0.73% -
XYZ 25.39 38.51 35.37 -
YUV 146.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 66 186 151 0.65 0 0.19 0.27 162.5 0.48 0.49
Hex 42 BA 97 41 0 13 1B A2 30 31
Octal 102 272 227 101 0 23 33 242 60 61
Binary 1000010 10111010 10010111 1000001 0 10011 11011 10100010 110000 110001

Color Harmonies of #42BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA97

Black with #42BA97

Text Example


Text Example

White with #42BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,151); }

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

background-color css

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

 a { background-color: rgb(66,186,151); }

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

border-color css

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

 span { border-color: rgb(66,186,151); }

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