#35CB8B

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

Shades of Shamrock #35CB8B

Tints of Shamrock #35CB8B

Color information

#35CB8B (or 0x35CB8B) is unknown color: approx Shamrock. HEX triplet: 35, CB and 8B. RGB value is (53,203,139). Sum of RGB (Red+Green+Blue) = 53+203+139=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #35CB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CB8B is #CA3474. Grayscale: #969696. Windows color (decimal): -13251701 or 9161525. OLE color: 9161525.

HSL color Cylindrical-coordinate representation of color #35CB8B: hue angle of 154.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CB8B is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB53203139-
CMYK0.7400.320.20
HSL154.4º59.06%50.2%-
HSV(B)154.4º73.89%79.61%-
XYZ27.4845.3331.73-
YUV150.85121.358.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=13.42%
G=51.39%
B=35.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532031390.7400.320.20154.459.0650.2
Hex35CB8B4A020149a3b32
Octal65313213112040242327362
Binary1101011100101110001011100101001000001010010011010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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