Html Css Color HEX #35A9A6 Light Sea Green

📋 copy color: '#35A9A6'

red 53 ◦ green 169 ◦ blue 166

#35A9A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #35A9A6

Tints of Light Sea Green #35A9A6

RGB

 RED value IS 53 (21.09% from 255) = 13.66%

 GREEN value IS 169 (66.41% from 255) = 43.56%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 13.66%
G = 43.56%
B = 42.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#35A9A6 (or 0x35A9A6) is known color: Light Sea Green. HEX triplet: 35, A9 and A6. RGB value is (53,169,166). Sum of RGB (Red+Green+Blue) = 53+169+166=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #35A9A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A9A6 is #CA5659. Grayscale: #858585. Windows color (decimal): -13260378 or 10922293. OLE color: 10922293.

HSL color Cylindrical-coordinate representation of color #35A9A6: hue angle of 178.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35A9A6 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 53 169 166 -
CMYK 0.69 0 0.02 0.34
HSL 178.45º 0.52% 0.44% -
HSV(B) 178.45º 0.69% 0.66% -
XYZ 22.54 31.89 41.04 -
YUV 133.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 53 169 166 0.69 0 0.02 0.34 178.45 0.52 0.44
Hex 35 A9 A6 45 0 2 22 B2 34 2C
Octal 65 251 246 105 0 2 42 262 64 54
Binary 110101 10101001 10100110 1000101 0 10 100010 10110010 110100 101100

Color Harmonies of #35A9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A9A6

Black with #35A9A6

Text Example


Text Example

White with #35A9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,169,166); }

 H1.HeaderClassName
 {
   color: #35A9A6;
 }
 .AnyTagClassName
 {
   color: #35A9A6;
 }
</style>

background-color css

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

 a { background-color: rgb(53,169,166); }

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

border-color css

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

 span { border-color: rgb(53,169,166); }

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