#35B066

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

Shades of Medium Sea Green #35B066

Tints of Medium Sea Green #35B066

Color information

#35B066 (or 0x35B066) is unknown color: approx Medium Sea Green. HEX triplet: 35, B0 and 66. RGB value is (53,176,102). Sum of RGB (Red+Green+Blue) = 53+176+102=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #35B066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35B066 is #CA4F99. Grayscale: #828282. Windows color (decimal): -13258650 or 6729781. OLE color: 6729781.

HSL color Cylindrical-coordinate representation of color #35B066: hue angle of 143.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B066 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB53176102-
CMYK0.7000.420.31
HSL143.9º53.71%44.9%-
HSV(B)143.9º69.89%69.02%-
XYZ19.3932.7717.87-
YUV130.79111.7572.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 176 (69.14% from 255) = 53.17%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=16.01%
G=53.17%
B=30.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531761020.7000.420.31143.953.7144.9
Hex35B0664602A1F90362d
Octal65260146106052372206655
Binary110101101100001100110100011001010101111110010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,176,102); }

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

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

 a { background-color: rgb(53,176,102); }

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

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

 span { border-color: rgb(53,176,102); }

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