Html Css Color HEX #34C688 Shamrock

📋 copy color: '#34C688'

red 52 ◦ green 198 ◦ blue 136

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

Shades of Shamrock #34C688

Tints of Shamrock #34C688

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.3%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 13.47%
G = 51.3%
B = 35.23%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#34C688 (or 0x34C688) is known color: Shamrock. HEX triplet: 34, C6 and 88. RGB value is (52,198,136). Sum of RGB (Red+Green+Blue) = 52+198+136=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #34C688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C688 is #CB3977. Grayscale: #939393. Windows color (decimal): -13318520 or 8963636. OLE color: 8963636.

HSL color Cylindrical-coordinate representation of color #34C688: hue angle of 154.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C688 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 52 198 136 -
CMYK 0.74 0 0.31 0.22
HSL 154.52º 0.58% 0.49% -
HSV(B) 154.52º 0.74% 0.78% -
XYZ 26.05 42.9 30.2 -
YUV 147.28 121.63 60.04 -
System Red Green Blue C M Y K H S L
Decimal 52 198 136 0.74 0 0.31 0.22 154.52 0.58 0.49
Hex 34 C6 88 4A 0 1F 16 9B 3A 31
Octal 64 306 210 112 0 37 26 233 72 61
Binary 110100 11000110 10001000 1001010 0 11111 10110 10011011 111010 110001

Color Harmonies of #34C688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C688

Black with #34C688

Text Example


Text Example

White with #34C688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,198,136); }

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

background-color css

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

 a { background-color: rgb(52,198,136); }

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

border-color css

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

 span { border-color: rgb(52,198,136); }

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