Html Css Color HEX #42BA98 Shamrock

📋 copy color: '#42BA98'

red 66 ◦ green 186 ◦ blue 152

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

Shades of Shamrock #42BA98

Tints of Shamrock #42BA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 16.34%
G = 46.04%
B = 37.62%

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

#42BA98 (or 0x42BA98) is known color: Shamrock. HEX triplet: 42, BA and 98. RGB value is (66,186,152). Sum of RGB (Red+Green+Blue) = 66+186+152=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BA98 is #BD4567. Grayscale: #929292. Windows color (decimal): -12404072 or 10009154. OLE color: 10009154.

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

Color convert

RGB 66 186 152 -
CMYK 0.65 0 0.18 0.27
HSL 163º 0.48% 0.49% -
HSV(B) 163º 0.65% 0.73% -
XYZ 25.47 38.54 35.8 -
YUV 146.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 66 186 152 0.65 0 0.18 0.27 163 0.48 0.49
Hex 42 BA 98 41 0 12 1B A3 30 31
Octal 102 272 230 101 0 22 33 243 60 61
Binary 1000010 10111010 10011000 1000001 0 10010 11011 10100011 110000 110001

Color Harmonies of #42BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA98

Black with #42BA98

Text Example


Text Example

White with #42BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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