Html Css Color HEX #35C0BB Light Sea Green

📋 copy color: '#35C0BB'

red 53 ◦ green 192 ◦ blue 187

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

Shades of Light Sea Green #35C0BB

Tints of Light Sea Green #35C0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 12.27%
G = 44.44%
B = 43.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#35C0BB (or 0x35C0BB) is known color: Light Sea Green. HEX triplet: 35, C0 and BB. RGB value is (53,192,187). Sum of RGB (Red+Green+Blue) = 53+192+187=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #35C0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C0BB is #CA3F44. Grayscale: #959595. Windows color (decimal): -13254469 or 12304437. OLE color: 12304437.

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

Color convert

RGB 53 192 187 -
CMYK 0.72 0 0.03 0.25
HSL 177.84º 0.57% 0.48% -
HSV(B) 177.84º 0.72% 0.75% -
XYZ 29.29 42.04 53.59 -
YUV 149.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 53 192 187 0.72 0 0.03 0.25 177.84 0.57 0.48
Hex 35 C0 BB 48 0 3 19 B2 39 30
Octal 65 300 273 110 0 3 31 262 71 60
Binary 110101 11000000 10111011 1001000 0 11 11001 10110010 111001 110000

Color Harmonies of #35C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35C0BB

Black with #35C0BB

Text Example


Text Example

White with #35C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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