Html Css Color HEX #35BAAC Light Sea Green

📋 copy color: '#35BAAC'

red 53 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #35BAAC

Tints of Light Sea Green #35BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.26%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 12.9%
G = 45.26%
B = 41.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#35BAAC (or 0x35BAAC) is known color: Light Sea Green. HEX triplet: 35, BA and AC. RGB value is (53,186,172). Sum of RGB (Red+Green+Blue) = 53+186+172=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #35BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BAAC is #CA4553. Grayscale: #909090. Windows color (decimal): -13256020 or 11319861. OLE color: 11319861.

HSL color Cylindrical-coordinate representation of color #35BAAC: hue angle of 173.68º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BAAC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 186 172 -
CMYK 0.72 0 0.08 0.27
HSL 173.68º 0.56% 0.47% -
HSV(B) 173.68º 0.72% 0.73% -
XYZ 26.47 38.85 45.13 -
YUV 144.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 53 186 172 0.72 0 0.08 0.27 173.68 0.56 0.47
Hex 35 BA AC 48 0 8 1B AE 38 2F
Octal 65 272 254 110 0 10 33 256 70 57
Binary 110101 10111010 10101100 1001000 0 1000 11011 10101110 111000 101111

Color Harmonies of #35BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BAAC

Black with #35BAAC

Text Example


Text Example

White with #35BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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