Html Css Color HEX #35D9AD Shamrock

📋 copy color: '#35D9AD'

red 53 ◦ green 217 ◦ blue 173

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

Shades of Shamrock #35D9AD

Tints of Shamrock #35D9AD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 173 (67.97% from 255) = 39.05%

R = 11.96%
G = 48.98%
B = 39.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#35D9AD (or 0x35D9AD) is known color: Shamrock. HEX triplet: 35, D9 and AD. RGB value is (53,217,173). Sum of RGB (Red+Green+Blue) = 53+217+173=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #35D9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D9AD is #CA2652. Grayscale: #A2A2A2. Windows color (decimal): -13248083 or 11393333. OLE color: 11393333.

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

Color convert

RGB 53 217 173 -
CMYK 0.76 0 0.20 0.15
HSL 163.9º 0.68% 0.53% -
HSV(B) 163.9º 0.76% 0.85% -
XYZ 33.82 53.4 48.06 -
YUV 162.95 133.67 49.58 -
System Red Green Blue C M Y K H S L
Decimal 53 217 173 0.76 0 0.20 0.15 163.9 0.68 0.53
Hex 35 D9 AD 4C 0 14 F A4 44 35
Octal 65 331 255 114 0 24 17 244 104 65
Binary 110101 11011001 10101101 1001100 0 10100 1111 10100100 1000100 110101

Color Harmonies of #35D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D9AD

Black with #35D9AD

Text Example


Text Example

White with #35D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,217,173); }

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

background-color css

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

 a { background-color: rgb(53,217,173); }

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

border-color css

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

 span { border-color: rgb(53,217,173); }

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