Html Css Color HEX #35D59B Shamrock

📋 copy color: '#35D59B'

red 53 ◦ green 213 ◦ blue 155

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

Shades of Shamrock #35D59B

Tints of Shamrock #35D59B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.59%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 12.59%
G = 50.59%
B = 36.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#35D59B (or 0x35D59B) is known color: Shamrock. HEX triplet: 35, D5 and 9B. RGB value is (53,213,155). Sum of RGB (Red+Green+Blue) = 53+213+155=421 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.59% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #35D59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D59B is #CA2A64. Grayscale: #9E9E9E. Windows color (decimal): -13249125 or 10212661. OLE color: 10212661.

HSL color Cylindrical-coordinate representation of color #35D59B: hue angle of 158.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D59B is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 213 155 -
CMYK 0.75 0 0.27 0.16
HSL 158.25º 0.66% 0.52% -
HSV(B) 158.25º 0.75% 0.84% -
XYZ 31.18 50.71 39.16 -
YUV 158.55 125.99 52.72 -
System Red Green Blue C M Y K H S L
Decimal 53 213 155 0.75 0 0.27 0.16 158.25 0.66 0.52
Hex 35 D5 9B 4B 0 1B 10 9E 42 34
Octal 65 325 233 113 0 33 20 236 102 64
Binary 110101 11010101 10011011 1001011 0 11011 10000 10011110 1000010 110100

Color Harmonies of #35D59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35D59B

Black with #35D59B

Text Example


Text Example

White with #35D59B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,213,155); }

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

background-color css

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

 a { background-color: rgb(53,213,155); }

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

border-color css

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

 span { border-color: rgb(53,213,155); }

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