Html Css Color HEX #35C18B Shamrock

📋 copy color: '#35C18B'

red 53 ◦ green 193 ◦ blue 139

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

Shades of Shamrock #35C18B

Tints of Shamrock #35C18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 13.77%
G = 50.13%
B = 36.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#35C18B (or 0x35C18B) is known color: Shamrock. HEX triplet: 35, C1 and 8B. RGB value is (53,193,139). Sum of RGB (Red+Green+Blue) = 53+193+139=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #35C18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C18B is #CA3E74. Grayscale: #919191. Windows color (decimal): -13254261 or 9158965. OLE color: 9158965.

HSL color Cylindrical-coordinate representation of color #35C18B: hue angle of 156.86º 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 #35C18B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 139 -
CMYK 0.73 0 0.28 0.24
HSL 156.86º 0.57% 0.48% -
HSV(B) 156.86º 0.73% 0.76% -
XYZ 25.2 40.76 30.97 -
YUV 144.98 124.62 62.39 -
System Red Green Blue C M Y K H S L
Decimal 53 193 139 0.73 0 0.28 0.24 156.86 0.57 0.48
Hex 35 C1 8B 49 0 1C 18 9D 39 30
Octal 65 301 213 111 0 34 30 235 71 60
Binary 110101 11000001 10001011 1001001 0 11100 11000 10011101 111001 110000

Color Harmonies of #35C18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C18B

Black with #35C18B

Text Example


Text Example

White with #35C18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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