Html Css Color HEX #42C09F Shamrock

📋 copy color: '#42C09F'

red 66 ◦ green 192 ◦ blue 159

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

Shades of Shamrock #42C09F

Tints of Shamrock #42C09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 15.83%
G = 46.04%
B = 38.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#42C09F (or 0x42C09F) is known color: Shamrock. HEX triplet: 42, C0 and 9F. RGB value is (66,192,159). Sum of RGB (Red+Green+Blue) = 66+192+159=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #42C09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C09F is #BD3F60. Grayscale: #969696. Windows color (decimal): -12402529 or 10469442. OLE color: 10469442.

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

Color convert

RGB 66 192 159 -
CMYK 0.66 0 0.17 0.25
HSL 164.29º 0.5% 0.51% -
HSV(B) 164.29º 0.66% 0.75% -
XYZ 27.35 41.36 39.34 -
YUV 150.56 132.76 67.68 -
System Red Green Blue C M Y K H S L
Decimal 66 192 159 0.66 0 0.17 0.25 164.29 0.5 0.51
Hex 42 C0 9F 42 0 11 19 A4 32 33
Octal 102 300 237 102 0 21 31 244 62 63
Binary 1000010 11000000 10011111 1000010 0 10001 11001 10100100 110010 110011

Color Harmonies of #42C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C09F

Black with #42C09F

Text Example


Text Example

White with #42C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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