Html Css Color HEX #35C9AA Shamrock

📋 copy color: '#35C9AA'

red 53 ◦ green 201 ◦ blue 170

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

Shades of Shamrock #35C9AA

Tints of Shamrock #35C9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.09%

R = 12.5%
G = 47.41%
B = 40.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#35C9AA (or 0x35C9AA) is known color: Shamrock. HEX triplet: 35, C9 and AA. RGB value is (53,201,170). Sum of RGB (Red+Green+Blue) = 53+201+170=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #35C9AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C9AA is #CA3655. Grayscale: #999999. Windows color (decimal): -13252182 or 11192629. OLE color: 11192629.

HSL color Cylindrical-coordinate representation of color #35C9AA: hue angle of 167.43º 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 #35C9AA is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 201 170 -
CMYK 0.74 0 0.15 0.21
HSL 167.43º 0.58% 0.5% -
HSV(B) 167.43º 0.74% 0.79% -
XYZ 29.61 45.43 45.24 -
YUV 153.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 53 201 170 0.74 0 0.15 0.21 167.43 0.58 0.5
Hex 35 C9 AA 4A 0 F 15 A7 3A 32
Octal 65 311 252 112 0 17 25 247 72 62
Binary 110101 11001001 10101010 1001010 0 1111 10101 10100111 111010 110010

Color Harmonies of #35C9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C9AA

Black with #35C9AA

Text Example


Text Example

White with #35C9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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