#35C8B3

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

Shades of Shamrock #35C8B3

Tints of Shamrock #35C8B3

Color information

#35C8B3 (or 0x35C8B3) is unknown color: approx Shamrock. HEX triplet: 35, C8 and B3. RGB value is (53,200,179). Sum of RGB (Red+Green+Blue) = 53+200+179=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #35C8B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8B3 is #CA374C. Grayscale: #999999. Windows color (decimal): -13252429 or 11782197. OLE color: 11782197.

HSL color Cylindrical-coordinate representation of color #35C8B3: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35C8B3 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB53200179-
CMYK0.7400.100.22
HSL171.43º58.1%49.61%-
HSV(B)171.43º73.5%78.43%-
XYZ30.2645.3249.8-
YUV153.65142.356.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 200 (78.52% from 255) = 46.30%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=12.27%
G=46.30%
B=41.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal532001790.7400.100.22171.4358.149.61
Hex35C8B34A0A16ab3a32
Octal65310263112012262537262
Binary11010111001000101100111001010010101011010101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,200,179); }

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

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

 a { background-color: rgb(53,200,179); }

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

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

 span { border-color: rgb(53,200,179); }

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