Html Css Color HEX #35BDAB Light Sea Green

📋 copy color: '#35BDAB'

red 53 ◦ green 189 ◦ blue 171

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

Shades of Light Sea Green #35BDAB

Tints of Light Sea Green #35BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 12.83%
G = 45.76%
B = 41.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#35BDAB (or 0x35BDAB) is known color: Light Sea Green. HEX triplet: 35, BD and AB. RGB value is (53,189,171). Sum of RGB (Red+Green+Blue) = 53+189+171=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #35BDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BDAB is #CA4254. Grayscale: #929292. Windows color (decimal): -13255253 or 11255093. OLE color: 11255093.

HSL color Cylindrical-coordinate representation of color #35BDAB: hue angle of 172.06º 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 #35BDAB is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 189 171 -
CMYK 0.72 0 0.10 0.26
HSL 172.06º 0.56% 0.47% -
HSV(B) 172.06º 0.72% 0.74% -
XYZ 27.02 40.09 44.84 -
YUV 146.28 141.94 61.46 -
System Red Green Blue C M Y K H S L
Decimal 53 189 171 0.72 0 0.10 0.26 172.06 0.56 0.47
Hex 35 BD AB 48 0 A 1A AC 38 2F
Octal 65 275 253 110 0 12 32 254 70 57
Binary 110101 10111101 10101011 1001000 0 1010 11010 10101100 111000 101111

Color Harmonies of #35BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDAB

Black with #35BDAB

Text Example


Text Example

White with #35BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,189,171); }

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

background-color css

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

 a { background-color: rgb(53,189,171); }

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

border-color css

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

 span { border-color: rgb(53,189,171); }

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