#35A8AC

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

Shades of Light Sea Green #35A8AC

Tints of Light Sea Green #35A8AC

Color information

#35A8AC (or 0x35A8AC) is unknown color: approx Light Sea Green. HEX triplet: 35, A8 and AC. RGB value is (53,168,172). Sum of RGB (Red+Green+Blue) = 53+168+172=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #35A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A8AC is #CA5753. Grayscale: #858585. Windows color (decimal): -13260628 or 11315253. OLE color: 11315253.

HSL color Cylindrical-coordinate representation of color #35A8AC: hue angle of 182.02º 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 #35A8AC is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB53168172-
CMYK0.690.0200.33
HSL182.02º52.89%44.12%-
HSV(B)182.02º69.19%67.45%-
XYZ22.9231.7443.95-
YUV134.07149.470.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=13.49%
G=42.75%
B=43.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531681720.690.0200.33182.0252.8944.12
Hex35A8AC452021b6352c
Octal6525025410520412666554
Binary1101011010100010101100100010110010000110110110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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