Html Css Color HEX #35C0B5 Light Sea Green

📋 copy color: '#35C0B5'

red 53 ◦ green 192 ◦ blue 181

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

Shades of Light Sea Green #35C0B5

Tints of Light Sea Green #35C0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.49%

R = 12.44%
G = 45.07%
B = 42.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#35C0B5 (or 0x35C0B5) is known color: Light Sea Green. HEX triplet: 35, C0 and B5. RGB value is (53,192,181). Sum of RGB (Red+Green+Blue) = 53+192+181=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0B5 is #CA3F4A. Grayscale: #959595. Windows color (decimal): -13254475 or 11911221. OLE color: 11911221.

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

Color convert

RGB 53 192 181 -
CMYK 0.72 0 0.06 0.25
HSL 175.25º 0.57% 0.48% -
HSV(B) 175.25º 0.72% 0.75% -
XYZ 28.66 41.79 50.27 -
YUV 149.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 53 192 181 0.72 0 0.06 0.25 175.25 0.57 0.48
Hex 35 C0 B5 48 0 6 19 AF 39 30
Octal 65 300 265 110 0 6 31 257 71 60
Binary 110101 11000000 10110101 1001000 0 110 11001 10101111 111001 110000

Color Harmonies of #35C0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0B5

Black with #35C0B5

Text Example


Text Example

White with #35C0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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