Html Css Color HEX #35C0AF Light Sea Green

📋 copy color: '#35C0AF'

red 53 ◦ green 192 ◦ blue 175

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

Shades of Light Sea Green #35C0AF

Tints of Light Sea Green #35C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 12.62%
G = 45.71%
B = 41.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#35C0AF (or 0x35C0AF) is known color: Light Sea Green. HEX triplet: 35, C0 and AF. RGB value is (53,192,175). Sum of RGB (Red+Green+Blue) = 53+192+175=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C0AF is #CA3F50. Grayscale: #949494. Windows color (decimal): -13254481 or 11518005. OLE color: 11518005.

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

Color convert

RGB 53 192 175 -
CMYK 0.72 0 0.09 0.25
HSL 172.66º 0.57% 0.48% -
HSV(B) 172.66º 0.72% 0.75% -
XYZ 28.06 41.55 47.1 -
YUV 148.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 53 192 175 0.72 0 0.09 0.25 172.66 0.57 0.48
Hex 35 C0 AF 48 0 9 19 AD 39 30
Octal 65 300 257 110 0 11 31 255 71 60
Binary 110101 11000000 10101111 1001000 0 1001 11001 10101101 111001 110000

Color Harmonies of #35C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0AF

Black with #35C0AF

Text Example


Text Example

White with #35C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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