Html Css Color HEX #42BA9B Shamrock

📋 copy color: '#42BA9B'

red 66 ◦ green 186 ◦ blue 155

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

Shades of Shamrock #42BA9B

Tints of Shamrock #42BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.08%

R = 16.22%
G = 45.7%
B = 38.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#42BA9B (or 0x42BA9B) is known color: Shamrock. HEX triplet: 42, BA and 9B. RGB value is (66,186,155). Sum of RGB (Red+Green+Blue) = 66+186+155=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA9B is #BD4564. Grayscale: #929292. Windows color (decimal): -12404069 or 10205762. OLE color: 10205762.

HSL color Cylindrical-coordinate representation of color #42BA9B: hue angle of 164.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 #42BA9B is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 155 -
CMYK 0.65 0 0.17 0.27
HSL 164.5º 0.48% 0.49% -
HSV(B) 164.5º 0.65% 0.73% -
XYZ 25.72 38.64 37.11 -
YUV 146.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 66 186 155 0.65 0 0.17 0.27 164.5 0.48 0.49
Hex 42 BA 9B 41 0 11 1B A4 30 31
Octal 102 272 233 101 0 21 33 244 60 61
Binary 1000010 10111010 10011011 1000001 0 10001 11011 10100100 110000 110001

Color Harmonies of #42BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA9B

Black with #42BA9B

Text Example


Text Example

White with #42BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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