Html Css Color HEX #35E3A6 Shamrock

📋 copy color: '#35E3A6'

red 53 ◦ green 227 ◦ blue 166

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

Shades of Shamrock #35E3A6

Tints of Shamrock #35E3A6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.9%

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

R = 11.88%
G = 50.9%
B = 37.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#35E3A6 (or 0x35E3A6) is known color: Shamrock. HEX triplet: 35, E3 and A6. RGB value is (53,227,166). Sum of RGB (Red+Green+Blue) = 53+227+166=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #35E3A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E3A6 is #CA1C59. Grayscale: #A8A8A8. Windows color (decimal): -13245530 or 10937141. OLE color: 10937141.

HSL color Cylindrical-coordinate representation of color #35E3A6: hue angle of 158.97º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E3A6 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 227 166 -
CMYK 0.77 0 0.27 0.11
HSL 158.97º 0.76% 0.55% -
HSV(B) 158.97º 0.77% 0.89% -
XYZ 35.82 58.45 45.47 -
YUV 168.02 126.85 45.96 -
System Red Green Blue C M Y K H S L
Decimal 53 227 166 0.77 0 0.27 0.11 158.97 0.76 0.55
Hex 35 E3 A6 4D 0 1B B 9F 4C 37
Octal 65 343 246 115 0 33 13 237 114 67
Binary 110101 11100011 10100110 1001101 0 11011 1011 10011111 1001100 110111

Color Harmonies of #35E3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E3A6

Black with #35E3A6

Text Example


Text Example

White with #35E3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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