#35AC6B

Color #35AC6B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35AC6B

Tints of Medium Sea Green #35AC6B

Color information

#35AC6B (or 0x35AC6B) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 6B. RGB value is (53,172,107). Sum of RGB (Red+Green+Blue) = 53+172+107=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC6B is #CA5394. Grayscale: #818181. Windows color (decimal): -13259669 or 7056437. OLE color: 7056437.

HSL color Cylindrical-coordinate representation of color #35AC6B: hue angle of 147.23º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC6B is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB53172107-
CMYK0.6900.380.33
HSL147.23º52.89%44.12%-
HSV(B)147.23º69.19%67.45%-
XYZ18.8731.3218.96-
YUV129.01115.5873.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 172 (67.58% from 255) = 51.81%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=15.96%
G=51.81%
B=32.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721070.6900.380.33147.2352.8944.12
Hex35AC6B450262193352c
Octal65254153105046412236554
Binary1101011010110011010111000101010011010000110010011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,107); }

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

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

 a { background-color: rgb(53,172,107); }

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

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

 span { border-color: rgb(53,172,107); }

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