Html Css Color HEX #34D88B Shamrock

📋 copy color: '#34D88B'

red 52 ◦ green 216 ◦ blue 139

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

Shades of Shamrock #34D88B

Tints of Shamrock #34D88B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.07%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 12.78%
G = 53.07%
B = 34.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#34D88B (or 0x34D88B) is known color: Shamrock. HEX triplet: 34, D8 and 8B. RGB value is (52,216,139). Sum of RGB (Red+Green+Blue) = 52+216+139=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #34D88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D88B is #CB2774. Grayscale: #9E9E9E. Windows color (decimal): -13313909 or 9164852. OLE color: 9164852.

HSL color Cylindrical-coordinate representation of color #34D88B: hue angle of 151.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D88B is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 139 -
CMYK 0.76 0 0.36 0.15
HSL 151.83º 0.68% 0.53% -
HSV(B) 151.83º 0.76% 0.85% -
XYZ 30.63 51.71 32.79 -
YUV 158.19 117.17 52.26 -
System Red Green Blue C M Y K H S L
Decimal 52 216 139 0.76 0 0.36 0.15 151.83 0.68 0.53
Hex 34 D8 8B 4C 0 24 F 98 44 35
Octal 64 330 213 114 0 44 17 230 104 65
Binary 110100 11011000 10001011 1001100 0 100100 1111 10011000 1000100 110101

Color Harmonies of #34D88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D88B

Black with #34D88B

Text Example


Text Example

White with #34D88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,139); }

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

background-color css

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

 a { background-color: rgb(52,216,139); }

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

border-color css

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

 span { border-color: rgb(52,216,139); }

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