Html Css Color HEX #42BA99 Shamrock

📋 copy color: '#42BA99'

red 66 ◦ green 186 ◦ blue 153

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

Shades of Shamrock #42BA99

Tints of Shamrock #42BA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 16.3%
G = 45.93%
B = 37.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#42BA99 (or 0x42BA99) is known color: Shamrock. HEX triplet: 42, BA and 99. RGB value is (66,186,153). Sum of RGB (Red+Green+Blue) = 66+186+153=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA99 is #BD4566. Grayscale: #929292. Windows color (decimal): -12404071 or 10074690. OLE color: 10074690.

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

Color convert

RGB 66 186 153 -
CMYK 0.65 0 0.18 0.27
HSL 163.5º 0.48% 0.49% -
HSV(B) 163.5º 0.65% 0.73% -
XYZ 25.56 38.58 36.24 -
YUV 146.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 66 186 153 0.65 0 0.18 0.27 163.5 0.48 0.49
Hex 42 BA 99 41 0 12 1B A4 30 31
Octal 102 272 231 101 0 22 33 244 60 61
Binary 1000010 10111010 10011001 1000001 0 10010 11011 10100100 110000 110001

Color Harmonies of #42BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA99

Black with #42BA99

Text Example


Text Example

White with #42BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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