Html Css Color HEX #35C1BA Light Sea Green

📋 copy color: '#35C1BA'

red 53 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #35C1BA

Tints of Light Sea Green #35C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 12.27%
G = 44.68%
B = 43.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#35C1BA (or 0x35C1BA) is known color: Light Sea Green. HEX triplet: 35, C1 and BA. RGB value is (53,193,186). Sum of RGB (Red+Green+Blue) = 53+193+186=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #35C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C1BA is #CA3E45. Grayscale: #969696. Windows color (decimal): -13254214 or 12239157. OLE color: 12239157.

HSL color Cylindrical-coordinate representation of color #35C1BA: hue angle of 177º 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 #35C1BA is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 193 186 -
CMYK 0.73 0 0.04 0.24
HSL 177º 0.57% 0.48% -
HSV(B) 177º 0.73% 0.76% -
XYZ 29.4 42.44 53.1 -
YUV 150.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 53 193 186 0.73 0 0.04 0.24 177 0.57 0.48
Hex 35 C1 BA 49 0 4 18 B1 39 30
Octal 65 301 272 111 0 4 30 261 71 60
Binary 110101 11000001 10111010 1001001 0 100 11000 10110001 111001 110000

Color Harmonies of #35C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C1BA

Black with #35C1BA

Text Example


Text Example

White with #35C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,193,186); }

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

background-color css

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

 a { background-color: rgb(53,193,186); }

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

border-color css

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

 span { border-color: rgb(53,193,186); }

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