Html Css Color HEX #35C0A0 Shamrock

📋 copy color: '#35C0A0'

red 53 ◦ green 192 ◦ blue 160

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

Shades of Shamrock #35C0A0

Tints of Shamrock #35C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 13.09%
G = 47.41%
B = 39.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#35C0A0 (or 0x35C0A0) is known color: Shamrock. HEX triplet: 35, C0 and A0. RGB value is (53,192,160). Sum of RGB (Red+Green+Blue) = 53+192+160=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0A0 is #CA3F5F. Grayscale: #929292. Windows color (decimal): -13254496 or 10534965. OLE color: 10534965.

HSL color Cylindrical-coordinate representation of color #35C0A0: hue angle of 166.19º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0A0 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 160 -
CMYK 0.72 0 0.17 0.25
HSL 166.19º 0.57% 0.48% -
HSV(B) 166.19º 0.72% 0.75% -
XYZ 26.66 40.99 39.77 -
YUV 146.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 53 192 160 0.72 0 0.17 0.25 166.19 0.57 0.48
Hex 35 C0 A0 48 0 11 19 A6 39 30
Octal 65 300 240 110 0 21 31 246 71 60
Binary 110101 11000000 10100000 1001000 0 10001 11001 10100110 111001 110000

Color Harmonies of #35C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0A0

Black with #35C0A0

Text Example


Text Example

White with #35C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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