Html Css Color HEX #35C0AB Light Sea Green

📋 copy color: '#35C0AB'

red 53 ◦ green 192 ◦ blue 171

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

Shades of Light Sea Green #35C0AB

Tints of Light Sea Green #35C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

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

R = 12.74%
G = 46.15%
B = 41.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#35C0AB (or 0x35C0AB) is known color: Light Sea Green. HEX triplet: 35, C0 and AB. RGB value is (53,192,171). Sum of RGB (Red+Green+Blue) = 53+192+171=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0AB is #CA3F54. Grayscale: #939393. Windows color (decimal): -13254485 or 11255861. OLE color: 11255861.

HSL color Cylindrical-coordinate representation of color #35C0AB: hue angle of 170.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35C0AB is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 192 171 -
CMYK 0.72 0 0.11 0.25
HSL 170.94º 0.57% 0.48% -
HSV(B) 170.94º 0.72% 0.75% -
XYZ 27.67 41.4 45.06 -
YUV 148.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 53 192 171 0.72 0 0.11 0.25 170.94 0.57 0.48
Hex 35 C0 AB 48 0 B 19 AB 39 30
Octal 65 300 253 110 0 13 31 253 71 60
Binary 110101 11000000 10101011 1001000 0 1011 11001 10101011 111001 110000

Color Harmonies of #35C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0AB

Black with #35C0AB

Text Example


Text Example

White with #35C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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