Html Css Color HEX #35C2B0 Light Sea Green

📋 copy color: '#35C2B0'

red 53 ◦ green 194 ◦ blue 176

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

Shades of Light Sea Green #35C2B0

Tints of Light Sea Green #35C2B0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.86%

 BLUE value IS 176 (69.14% from 255) = 41.61%

R = 12.53%
G = 45.86%
B = 41.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#35C2B0 (or 0x35C2B0) is known color: Light Sea Green. HEX triplet: 35, C2 and B0. RGB value is (53,194,176). Sum of RGB (Red+Green+Blue) = 53+194+176=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #35C2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C2B0 is #CA3D4F. Grayscale: #959595. Windows color (decimal): -13253968 or 11584053. OLE color: 11584053.

HSL color Cylindrical-coordinate representation of color #35C2B0: hue angle of 172.34º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C2B0 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 194 176 -
CMYK 0.73 0 0.09 0.24
HSL 172.34º 0.57% 0.48% -
HSV(B) 172.34º 0.73% 0.76% -
XYZ 28.6 42.48 47.77 -
YUV 149.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 53 194 176 0.73 0 0.09 0.24 172.34 0.57 0.48
Hex 35 C2 B0 49 0 9 18 AC 39 30
Octal 65 302 260 111 0 11 30 254 71 60
Binary 110101 11000010 10110000 1001001 0 1001 11000 10101100 111001 110000

Color Harmonies of #35C2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C2B0

Black with #35C2B0

Text Example


Text Example

White with #35C2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,194,176); }

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

background-color css

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

 a { background-color: rgb(53,194,176); }

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

border-color css

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

 span { border-color: rgb(53,194,176); }

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