#35BD90

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

Shades of Shamrock #35BD90

Tints of Shamrock #35BD90

Color information

#35BD90 (or 0x35BD90) is unknown color: approx Shamrock. HEX triplet: 35, BD and 90. RGB value is (53,189,144). Sum of RGB (Red+Green+Blue) = 53+189+144=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #35BD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BD90 is #CA426F. Grayscale: #8F8F8F. Windows color (decimal): -13255280 or 9485621. OLE color: 9485621.

HSL color Cylindrical-coordinate representation of color #35BD90: hue angle of 160.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BD90 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB53189144-
CMYK0.7200.240.26
HSL160.15º56.2%47.45%-
HSV(B)160.15º71.96%74.12%-
XYZ24.739.1732.64-
YUV143.21128.4463.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.73%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=13.73%
G=48.96%
B=37.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531891440.7200.240.26160.1556.247.45
Hex35BD90480181Aa0382f
Octal65275220110030322407057
Binary110101101111011001000010010000110001101010100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,189,144); }

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

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

 a { background-color: rgb(53,189,144); }

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

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

 span { border-color: rgb(53,189,144); }

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