Html Css Color HEX #35DAA3 Shamrock

📋 copy color: '#35DAA3'

red 53 ◦ green 218 ◦ blue 163

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

Shades of Shamrock #35DAA3

Tints of Shamrock #35DAA3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.23%

 BLUE value IS 163 (64.06% from 255) = 37.56%

R = 12.21%
G = 50.23%
B = 37.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#35DAA3 (or 0x35DAA3) is known color: Shamrock. HEX triplet: 35, DA and A3. RGB value is (53,218,163). Sum of RGB (Red+Green+Blue) = 53+218+163=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #35DAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35DAA3 is #CA255C. Grayscale: #A2A2A2. Windows color (decimal): -13247837 or 10738229. OLE color: 10738229.

HSL color Cylindrical-coordinate representation of color #35DAA3: hue angle of 160º degrees, saturation: 0.69, 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 #35DAA3 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 218 163 -
CMYK 0.76 0 0.25 0.15
HSL 160º 0.69% 0.53% -
HSV(B) 160º 0.76% 0.85% -
XYZ 33.15 53.54 43.24 -
YUV 162.4 128.34 49.97 -
System Red Green Blue C M Y K H S L
Decimal 53 218 163 0.76 0 0.25 0.15 160 0.69 0.53
Hex 35 DA A3 4C 0 19 F A0 45 35
Octal 65 332 243 114 0 31 17 240 105 65
Binary 110101 11011010 10100011 1001100 0 11001 1111 10100000 1000101 110101

Color Harmonies of #35DAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DAA3

Black with #35DAA3

Text Example


Text Example

White with #35DAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,218,163); }

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

background-color css

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

 a { background-color: rgb(53,218,163); }

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

border-color css

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

 span { border-color: rgb(53,218,163); }

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