Html Css Color HEX #42BE9A Shamrock

📋 copy color: '#42BE9A'

red 66 ◦ green 190 ◦ blue 154

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

Shades of Shamrock #42BE9A

Tints of Shamrock #42BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.56%

R = 16.1%
G = 46.34%
B = 37.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#42BE9A (or 0x42BE9A) is known color: Shamrock. HEX triplet: 42, BE and 9A. RGB value is (66,190,154). Sum of RGB (Red+Green+Blue) = 66+190+154=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE9A is #BD4165. Grayscale: #949494. Windows color (decimal): -12403046 or 10141250. OLE color: 10141250.

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

Color convert

RGB 66 190 154 -
CMYK 0.65 0 0.19 0.25
HSL 162.58º 0.49% 0.5% -
HSV(B) 162.58º 0.65% 0.75% -
XYZ 26.49 40.32 36.96 -
YUV 148.82 130.92 68.93 -
System Red Green Blue C M Y K H S L
Decimal 66 190 154 0.65 0 0.19 0.25 162.58 0.49 0.5
Hex 42 BE 9A 41 0 13 19 A3 31 32
Octal 102 276 232 101 0 23 31 243 61 62
Binary 1000010 10111110 10011010 1000001 0 10011 11001 10100011 110001 110010

Color Harmonies of #42BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE9A

Black with #42BE9A

Text Example


Text Example

White with #42BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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