#35B995

Color #35B995 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35B995

Tints of Shamrock #35B995

Color information

#35B995 (or 0x35B995) is unknown color: approx Shamrock. HEX triplet: 35, B9 and 95. RGB value is (53,185,149). Sum of RGB (Red+Green+Blue) = 53+185+149=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #35B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B995 is #CA466A. Grayscale: #8D8D8D. Windows color (decimal): -13256299 or 9812277. OLE color: 9812277.

HSL color Cylindrical-coordinate representation of color #35B995: hue angle of 163.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B995 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB53185149-
CMYK0.7100.190.27
HSL163.64º55.46%46.67%-
HSV(B)163.64º71.35%72.55%-
XYZ24.2437.6234.42-
YUV141.43132.2764.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=13.70%
G=47.80%
B=38.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531851490.7100.190.27163.6455.4646.67
Hex35B995470131Ba4372f
Octal65271225107023332446757
Binary110101101110011001010110001110100111101110100100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,185,149); }

 H1.HeaderClassName
 {
   color: #35B995;
 }
 .AnyTagClassName
 {
   color: #35B995;
 }
</style>
background-color css

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

 a { background-color: rgb(53,185,149); }

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

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

 span { border-color: rgb(53,185,149); }

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