Html Css Color HEX #35E1A5 Shamrock

📋 copy color: '#35E1A5'

red 53 ◦ green 225 ◦ blue 165

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

Shades of Shamrock #35E1A5

Tints of Shamrock #35E1A5

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.79%

 BLUE value IS 165 (64.84% from 255) = 37.25%

R = 11.96%
G = 50.79%
B = 37.25%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#35E1A5 (or 0x35E1A5) is known color: Shamrock. HEX triplet: 35, E1 and A5. RGB value is (53,225,165). Sum of RGB (Red+Green+Blue) = 53+225+165=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #35E1A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E1A5 is #CA1E5A. Grayscale: #A6A6A6. Windows color (decimal): -13246043 or 10871093. OLE color: 10871093.

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

Color convert

RGB 53 225 165 -
CMYK 0.76 0 0.27 0.12
HSL 159.07º 0.74% 0.55% -
HSV(B) 159.07º 0.76% 0.88% -
XYZ 35.18 57.32 44.81 -
YUV 166.73 127.02 46.88 -
System Red Green Blue C M Y K H S L
Decimal 53 225 165 0.76 0 0.27 0.12 159.07 0.74 0.55
Hex 35 E1 A5 4C 0 1B C 9F 4A 37
Octal 65 341 245 114 0 33 14 237 112 67
Binary 110101 11100001 10100101 1001100 0 11011 1100 10011111 1001010 110111

Color Harmonies of #35E1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E1A5

Black with #35E1A5

Text Example


Text Example

White with #35E1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,225,165); }

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

background-color css

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

 a { background-color: rgb(53,225,165); }

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

border-color css

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

 span { border-color: rgb(53,225,165); }

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