Html Css Color HEX #42BE8C Shamrock

📋 copy color: '#42BE8C'

red 66 ◦ green 190 ◦ blue 140

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

Shades of Shamrock #42BE8C

Tints of Shamrock #42BE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 16.67%
G = 47.98%
B = 35.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#42BE8C (or 0x42BE8C) is known color: Shamrock. HEX triplet: 42, BE and 8C. RGB value is (66,190,140). Sum of RGB (Red+Green+Blue) = 66+190+140=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BE8C is #BD4173. Grayscale: #939393. Windows color (decimal): -12403060 or 9223746. OLE color: 9223746.

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

Color convert

RGB 66 190 140 -
CMYK 0.65 0 0.26 0.25
HSL 155.81º 0.49% 0.5% -
HSV(B) 155.81º 0.65% 0.75% -
XYZ 25.39 39.88 31.17 -
YUV 147.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 66 190 140 0.65 0 0.26 0.25 155.81 0.49 0.5
Hex 42 BE 8C 41 0 1A 19 9C 31 32
Octal 102 276 214 101 0 32 31 234 61 62
Binary 1000010 10111110 10001100 1000001 0 11010 11001 10011100 110001 110010

Color Harmonies of #42BE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE8C

Black with #42BE8C

Text Example


Text Example

White with #42BE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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