Html Css Color HEX #42BE9D Shamrock

📋 copy color: '#42BE9D'

red 66 ◦ green 190 ◦ blue 157

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

Shades of Shamrock #42BE9D

Tints of Shamrock #42BE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.01%

R = 15.98%
G = 46%
B = 38.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#42BE9D (or 0x42BE9D) is known color: Shamrock. HEX triplet: 42, BE and 9D. RGB value is (66,190,157). Sum of RGB (Red+Green+Blue) = 66+190+157=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE9D is #BD4162. Grayscale: #959595. Windows color (decimal): -12403043 or 10337858. OLE color: 10337858.

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

Color convert

RGB 66 190 157 -
CMYK 0.65 0 0.17 0.25
HSL 164.03º 0.49% 0.5% -
HSV(B) 164.03º 0.65% 0.75% -
XYZ 26.75 40.42 38.29 -
YUV 149.16 132.42 68.68 -
System Red Green Blue C M Y K H S L
Decimal 66 190 157 0.65 0 0.17 0.25 164.03 0.49 0.5
Hex 42 BE 9D 41 0 11 19 A4 31 32
Octal 102 276 235 101 0 21 31 244 61 62
Binary 1000010 10111110 10011101 1000001 0 10001 11001 10100100 110001 110010

Color Harmonies of #42BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE9D

Black with #42BE9D

Text Example


Text Example

White with #42BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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