Html Css Color HEX #42C09B Shamrock

📋 copy color: '#42C09B'

red 66 ◦ green 192 ◦ blue 155

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

Shades of Shamrock #42C09B

Tints of Shamrock #42C09B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 15.98%
G = 46.49%
B = 37.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#42C09B (or 0x42C09B) is known color: Shamrock. HEX triplet: 42, C0 and 9B. RGB value is (66,192,155). Sum of RGB (Red+Green+Blue) = 66+192+155=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #42C09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C09B is #BD3F64. Grayscale: #969696. Windows color (decimal): -12402533 or 10207298. OLE color: 10207298.

HSL color Cylindrical-coordinate representation of color #42C09B: hue angle of 162.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C09B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 155 -
CMYK 0.66 0 0.19 0.25
HSL 162.38º 0.5% 0.51% -
HSV(B) 162.38º 0.66% 0.75% -
XYZ 27.01 41.22 37.54 -
YUV 150.11 130.76 68.01 -
System Red Green Blue C M Y K H S L
Decimal 66 192 155 0.66 0 0.19 0.25 162.38 0.5 0.51
Hex 42 C0 9B 42 0 13 19 A2 32 33
Octal 102 300 233 102 0 23 31 242 62 63
Binary 1000010 11000000 10011011 1000010 0 10011 11001 10100010 110010 110011

Color Harmonies of #42C09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C09B

Black with #42C09B

Text Example


Text Example

White with #42C09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,192,155); }

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

background-color css

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

 a { background-color: rgb(66,192,155); }

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

border-color css

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

 span { border-color: rgb(66,192,155); }

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