Html Css Color HEX #35EDA6 Shamrock

📋 copy color: '#35EDA6'

red 53 ◦ green 237 ◦ blue 166

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

Shades of Shamrock #35EDA6

Tints of Shamrock #35EDA6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.97%

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 11.62%
G = 51.97%
B = 36.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#35EDA6 (or 0x35EDA6) is known color: Shamrock. HEX triplet: 35, ED and A6. RGB value is (53,237,166). Sum of RGB (Red+Green+Blue) = 53+237+166=456 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.62% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #35EDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35EDA6 is #CA1259. Grayscale: #ADADAD. Windows color (decimal): -13242970 or 10939701. OLE color: 10939701.

HSL color Cylindrical-coordinate representation of color #35EDA6: hue angle of 156.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35EDA6 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 237 166 -
CMYK 0.78 0 0.30 0.07
HSL 156.85º 0.84% 0.57% -
HSV(B) 156.85º 0.78% 0.93% -
XYZ 38.64 64.08 46.41 -
YUV 173.89 123.54 41.77 -
System Red Green Blue C M Y K H S L
Decimal 53 237 166 0.78 0 0.30 0.07 156.85 0.84 0.57
Hex 35 ED A6 4E 0 1E 7 9D 54 39
Octal 65 355 246 116 0 36 7 235 124 71
Binary 110101 11101101 10100110 1001110 0 11110 111 10011101 1010100 111001

Color Harmonies of #35EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EDA6

Black with #35EDA6

Text Example


Text Example

White with #35EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,237,166); }

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

background-color css

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

 a { background-color: rgb(53,237,166); }

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

border-color css

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

 span { border-color: rgb(53,237,166); }

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