Html Css Color HEX #35C9A0 Shamrock

📋 copy color: '#35C9A0'

red 53 ◦ green 201 ◦ blue 160

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

Shades of Shamrock #35C9A0

Tints of Shamrock #35C9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.55%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 12.8%
G = 48.55%
B = 38.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#35C9A0 (or 0x35C9A0) is known color: Shamrock. HEX triplet: 35, C9 and A0. RGB value is (53,201,160). Sum of RGB (Red+Green+Blue) = 53+201+160=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C9A0 is #CA365F. Grayscale: #989898. Windows color (decimal): -13252192 or 10537269. OLE color: 10537269.

HSL color Cylindrical-coordinate representation of color #35C9A0: hue angle of 163.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C9A0 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 160 -
CMYK 0.74 0 0.20 0.21
HSL 163.38º 0.58% 0.5% -
HSV(B) 163.38º 0.74% 0.79% -
XYZ 28.7 45.07 40.44 -
YUV 152.07 132.47 57.33 -
System Red Green Blue C M Y K H S L
Decimal 53 201 160 0.74 0 0.20 0.21 163.38 0.58 0.5
Hex 35 C9 A0 4A 0 14 15 A3 3A 32
Octal 65 311 240 112 0 24 25 243 72 62
Binary 110101 11001001 10100000 1001010 0 10100 10101 10100011 111010 110010

Color Harmonies of #35C9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C9A0

Black with #35C9A0

Text Example


Text Example

White with #35C9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,201,160); }

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

background-color css

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

 a { background-color: rgb(53,201,160); }

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

border-color css

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

 span { border-color: rgb(53,201,160); }

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