Html Css Color HEX #35AD9F Light Sea Green

📋 copy color: '#35AD9F'

red 53 ◦ green 173 ◦ blue 159

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

Shades of Light Sea Green #35AD9F

Tints of Light Sea Green #35AD9F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 13.77%
G = 44.94%
B = 41.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#35AD9F (or 0x35AD9F) is known color: Light Sea Green. HEX triplet: 35, AD and 9F. RGB value is (53,173,159). Sum of RGB (Red+Green+Blue) = 53+173+159=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AD9F is #CA5260. Grayscale: #878787. Windows color (decimal): -13259361 or 10464565. OLE color: 10464565.

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

Color convert

RGB 53 173 159 -
CMYK 0.69 0 0.08 0.32
HSL 173º 0.53% 0.44% -
HSV(B) 173º 0.69% 0.68% -
XYZ 22.67 33.15 38 -
YUV 135.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 53 173 159 0.69 0 0.08 0.32 173 0.53 0.44
Hex 35 AD 9F 45 0 8 20 AD 35 2C
Octal 65 255 237 105 0 10 40 255 65 54
Binary 110101 10101101 10011111 1000101 0 1000 100000 10101101 110101 101100

Color Harmonies of #35AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AD9F

Black with #35AD9F

Text Example


Text Example

White with #35AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,173,159); }

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

background-color css

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

 a { background-color: rgb(53,173,159); }

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

border-color css

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

 span { border-color: rgb(53,173,159); }

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