Html Css Color HEX #35C19C Shamrock

📋 copy color: '#35C19C'

red 53 ◦ green 193 ◦ blue 156

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

Shades of Shamrock #35C19C

Tints of Shamrock #35C19C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 13.18%
G = 48.01%
B = 38.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#35C19C (or 0x35C19C) is known color: Shamrock. HEX triplet: 35, C1 and 9C. RGB value is (53,193,156). Sum of RGB (Red+Green+Blue) = 53+193+156=402 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.18% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #35C19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C19C is #CA3E63. Grayscale: #929292. Windows color (decimal): -13254244 or 10273077. OLE color: 10273077.

HSL color Cylindrical-coordinate representation of color #35C19C: hue angle of 164.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C19C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 156 -
CMYK 0.73 0 0.19 0.24
HSL 164.14º 0.57% 0.48% -
HSV(B) 164.14º 0.73% 0.76% -
XYZ 26.54 41.3 38.02 -
YUV 146.92 133.12 61.01 -
System Red Green Blue C M Y K H S L
Decimal 53 193 156 0.73 0 0.19 0.24 164.14 0.57 0.48
Hex 35 C1 9C 49 0 13 18 A4 39 30
Octal 65 301 234 111 0 23 30 244 71 60
Binary 110101 11000001 10011100 1001001 0 10011 11000 10100100 111001 110000

Color Harmonies of #35C19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C19C

Black with #35C19C

Text Example


Text Example

White with #35C19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,193,156); }

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

background-color css

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

 a { background-color: rgb(53,193,156); }

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

border-color css

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

 span { border-color: rgb(53,193,156); }

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