Html Css Color HEX #35B5AE Light Sea Green

📋 copy color: '#35B5AE'

red 53 ◦ green 181 ◦ blue 174

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

Shades of Light Sea Green #35B5AE

Tints of Light Sea Green #35B5AE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 12.99%
G = 44.36%
B = 42.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#35B5AE (or 0x35B5AE) is known color: Light Sea Green. HEX triplet: 35, B5 and AE. RGB value is (53,181,174). Sum of RGB (Red+Green+Blue) = 53+181+174=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #35B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B5AE is #CA4A51. Grayscale: #8D8D8D. Windows color (decimal): -13257298 or 11449653. OLE color: 11449653.

HSL color Cylindrical-coordinate representation of color #35B5AE: hue angle of 176.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B5AE is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 181 174 -
CMYK 0.71 0 0.04 0.29
HSL 176.72º 0.55% 0.46% -
HSV(B) 176.72º 0.71% 0.71% -
XYZ 25.63 36.86 45.81 -
YUV 141.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 53 181 174 0.71 0 0.04 0.29 176.72 0.55 0.46
Hex 35 B5 AE 47 0 4 1D B1 37 2E
Octal 65 265 256 107 0 4 35 261 67 56
Binary 110101 10110101 10101110 1000111 0 100 11101 10110001 110111 101110

Color Harmonies of #35B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B5AE

Black with #35B5AE

Text Example


Text Example

White with #35B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,181,174); }

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

background-color css

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

 a { background-color: rgb(53,181,174); }

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

border-color css

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

 span { border-color: rgb(53,181,174); }

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