Html Css Color HEX #34CC9B Shamrock

📋 copy color: '#34CC9B'

red 52 ◦ green 204 ◦ blue 155

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

Shades of Shamrock #34CC9B

Tints of Shamrock #34CC9B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

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

R = 12.65%
G = 49.64%
B = 37.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#34CC9B (or 0x34CC9B) is known color: Shamrock. HEX triplet: 34, CC and 9B. RGB value is (52,204,155). Sum of RGB (Red+Green+Blue) = 52+204+155=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34CC9B is #CB3364. Grayscale: #999999. Windows color (decimal): -13316965 or 10210356. OLE color: 10210356.

HSL color Cylindrical-coordinate representation of color #34CC9B: hue angle of 160.66º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC9B is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 155 -
CMYK 0.75 0 0.24 0.2
HSL 160.66º 0.6% 0.5% -
HSV(B) 160.66º 0.75% 0.8% -
XYZ 28.93 46.28 38.42 -
YUV 152.97 129.14 55.98 -
System Red Green Blue C M Y K H S L
Decimal 52 204 155 0.75 0 0.24 0.2 160.66 0.6 0.5
Hex 34 CC 9B 4B 0 18 14 A1 3C 32
Octal 64 314 233 113 0 30 24 241 74 62
Binary 110100 11001100 10011011 1001011 0 11000 10100 10100001 111100 110010

Color Harmonies of #34CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC9B

Black with #34CC9B

Text Example


Text Example

White with #34CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,155); }

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

background-color css

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

 a { background-color: rgb(52,204,155); }

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

border-color css

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

 span { border-color: rgb(52,204,155); }

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