Html Css Color HEX #34C994 Shamrock

📋 copy color: '#34C994'

red 52 ◦ green 201 ◦ blue 148

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

Shades of Shamrock #34C994

Tints of Shamrock #34C994

RGB

 RED value IS 52 (20.7% from 255) = 12.97%

 GREEN value IS 201 (78.91% from 255) = 50.12%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 12.97%
G = 50.12%
B = 36.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#34C994 (or 0x34C994) is known color: Shamrock. HEX triplet: 34, C9 and 94. RGB value is (52,201,148). Sum of RGB (Red+Green+Blue) = 52+201+148=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #34C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C994 is #CB366B. Grayscale: #969696. Windows color (decimal): -13317740 or 9750836. OLE color: 9750836.

HSL color Cylindrical-coordinate representation of color #34C994: hue angle of 158.66º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C994 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 201 148 -
CMYK 0.74 0 0.26 0.21
HSL 158.66º 0.59% 0.5% -
HSV(B) 158.66º 0.74% 0.79% -
XYZ 27.65 44.64 35.18 -
YUV 150.41 126.64 57.81 -
System Red Green Blue C M Y K H S L
Decimal 52 201 148 0.74 0 0.26 0.21 158.66 0.59 0.5
Hex 34 C9 94 4A 0 1A 15 9F 3B 32
Octal 64 311 224 112 0 32 25 237 73 62
Binary 110100 11001001 10010100 1001010 0 11010 10101 10011111 111011 110010

Color Harmonies of #34C994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C994

Black with #34C994

Text Example


Text Example

White with #34C994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34C994; }

 p { color: rgb(52,201,148); }

 H1.HeaderClassName
 {
   color: #34C994;
 }
 .AnyTagClassName
 {
   color: #34C994;
 }
</style>

background-color css

<style>
 a { background-color: #34C994; }

 a { background-color: rgb(52,201,148); }

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

border-color css

<style>
 span { border-color: #34C994; }

 span { border-color: rgb(52,201,148); }

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