Html Css Color HEX #35C4A5 Shamrock

📋 copy color: '#35C4A5'

red 53 ◦ green 196 ◦ blue 165

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

Shades of Shamrock #35C4A5

Tints of Shamrock #35C4A5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 12.8%
G = 47.34%
B = 39.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#35C4A5 (or 0x35C4A5) is known color: Shamrock. HEX triplet: 35, C4 and A5. RGB value is (53,196,165). Sum of RGB (Red+Green+Blue) = 53+196+165=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #35C4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C4A5 is #CA3B5A. Grayscale: #959595. Windows color (decimal): -13253467 or 10863669. OLE color: 10863669.

HSL color Cylindrical-coordinate representation of color #35C4A5: hue angle of 166.99º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C4A5 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 53 196 165 -
CMYK 0.73 0 0.16 0.23
HSL 166.99º 0.57% 0.49% -
HSV(B) 166.99º 0.73% 0.77% -
XYZ 28 42.95 42.41 -
YUV 149.71 136.62 59.02 -
System Red Green Blue C M Y K H S L
Decimal 53 196 165 0.73 0 0.16 0.23 166.99 0.57 0.49
Hex 35 C4 A5 49 0 10 17 A7 39 31
Octal 65 304 245 111 0 20 27 247 71 61
Binary 110101 11000100 10100101 1001001 0 10000 10111 10100111 111001 110001

Color Harmonies of #35C4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C4A5

Black with #35C4A5

Text Example


Text Example

White with #35C4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,196,165); }

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

background-color css

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

 a { background-color: rgb(53,196,165); }

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

border-color css

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

 span { border-color: rgb(53,196,165); }

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