Html Css Color HEX #35D49F Shamrock

📋 copy color: '#35D49F'

red 53 ◦ green 212 ◦ blue 159

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

Shades of Shamrock #35D49F

Tints of Shamrock #35D49F

RGB

 RED value IS 53 (21.09% from 255) = 12.5%

 GREEN value IS 212 (83.2% from 255) = 50%

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

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#35D49F (or 0x35D49F) is known color: Shamrock. HEX triplet: 35, D4 and 9F. RGB value is (53,212,159). Sum of RGB (Red+Green+Blue) = 53+212+159=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #35D49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D49F is #CA2B60. Grayscale: #9E9E9E. Windows color (decimal): -13249377 or 10474549. OLE color: 10474549.

HSL color Cylindrical-coordinate representation of color #35D49F: hue angle of 160º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D49F is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 53 212 159 -
CMYK 0.75 0 0.25 0.17
HSL 160º 0.65% 0.52% -
HSV(B) 160º 0.75% 0.83% -
XYZ 31.27 50.35 40.87 -
YUV 158.42 128.32 52.81 -
System Red Green Blue C M Y K H S L
Decimal 53 212 159 0.75 0 0.25 0.17 160 0.65 0.52
Hex 35 D4 9F 4B 0 19 11 A0 41 34
Octal 65 324 237 113 0 31 21 240 101 64
Binary 110101 11010100 10011111 1001011 0 11001 10001 10100000 1000001 110100

Color Harmonies of #35D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D49F

Black with #35D49F

Text Example


Text Example

White with #35D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35D49F; }

 p { color: rgb(53,212,159); }

 H1.HeaderClassName
 {
   color: #35D49F;
 }
 .AnyTagClassName
 {
   color: #35D49F;
 }
</style>

background-color css

<style>
 a { background-color: #35D49F; }

 a { background-color: rgb(53,212,159); }

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

border-color css

<style>
 span { border-color: #35D49F; }

 span { border-color: rgb(53,212,159); }

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