Html Css Color HEX #42BE9E Shamrock

📋 copy color: '#42BE9E'

red 66 ◦ green 190 ◦ blue 158

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

Shades of Shamrock #42BE9E

Tints of Shamrock #42BE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 15.94%
G = 45.89%
B = 38.16%

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

#42BE9E (or 0x42BE9E) is known color: Shamrock. HEX triplet: 42, BE and 9E. RGB value is (66,190,158). Sum of RGB (Red+Green+Blue) = 66+190+158=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE9E is #BD4161. Grayscale: #959595. Windows color (decimal): -12403042 or 10403394. OLE color: 10403394.

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

Color convert

RGB 66 190 158 -
CMYK 0.65 0 0.17 0.25
HSL 164.52º 0.49% 0.5% -
HSV(B) 164.52º 0.65% 0.75% -
XYZ 26.83 40.45 38.74 -
YUV 149.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 66 190 158 0.65 0 0.17 0.25 164.52 0.49 0.5
Hex 42 BE 9E 41 0 11 19 A5 31 32
Octal 102 276 236 101 0 21 31 245 61 62
Binary 1000010 10111110 10011110 1000001 0 10001 11001 10100101 110001 110010

Color Harmonies of #42BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE9E

Black with #42BE9E

Text Example


Text Example

White with #42BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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