Html Css Color HEX #35BCAC Light Sea Green

📋 copy color: '#35BCAC'

red 53 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #35BCAC

Tints of Light Sea Green #35BCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.52%

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

R = 12.83%
G = 45.52%
B = 41.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#35BCAC (or 0x35BCAC) is known color: Light Sea Green. HEX triplet: 35, BC and AC. RGB value is (53,188,172). Sum of RGB (Red+Green+Blue) = 53+188+172=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #35BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BCAC is #CA4353. Grayscale: #919191. Windows color (decimal): -13255508 or 11320373. OLE color: 11320373.

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

Color convert

RGB 53 188 172 -
CMYK 0.72 0 0.09 0.26
HSL 172.89º 0.56% 0.47% -
HSV(B) 172.89º 0.72% 0.74% -
XYZ 26.9 39.7 45.28 -
YUV 145.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 53 188 172 0.72 0 0.09 0.26 172.89 0.56 0.47
Hex 35 BC AC 48 0 9 1A AD 38 2F
Octal 65 274 254 110 0 11 32 255 70 57
Binary 110101 10111100 10101100 1001000 0 1001 11010 10101101 111000 101111

Color Harmonies of #35BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BCAC

Black with #35BCAC

Text Example


Text Example

White with #35BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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