Html Css Color HEX #35B6B3 Light Sea Green

📋 copy color: '#35B6B3'

red 53 ◦ green 182 ◦ blue 179

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

Shades of Light Sea Green #35B6B3

Tints of Light Sea Green #35B6B3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 12.8%
G = 43.96%
B = 43.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#35B6B3 (or 0x35B6B3) is known color: Light Sea Green. HEX triplet: 35, B6 and B3. RGB value is (53,182,179). Sum of RGB (Red+Green+Blue) = 53+182+179=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #35B6B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B6B3 is #CA494C. Grayscale: #8E8E8E. Windows color (decimal): -13257037 or 11777589. OLE color: 11777589.

HSL color Cylindrical-coordinate representation of color #35B6B3: hue angle of 178.6º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B6B3 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 53 182 179 -
CMYK 0.71 0 0.02 0.29
HSL 178.6º 0.55% 0.46% -
HSV(B) 178.6º 0.71% 0.71% -
XYZ 26.33 37.47 48.49 -
YUV 143.09 148.26 63.74 -
System Red Green Blue C M Y K H S L
Decimal 53 182 179 0.71 0 0.02 0.29 178.6 0.55 0.46
Hex 35 B6 B3 47 0 2 1D B3 37 2E
Octal 65 266 263 107 0 2 35 263 67 56
Binary 110101 10110110 10110011 1000111 0 10 11101 10110011 110111 101110

Color Harmonies of #35B6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35B6B3

Black with #35B6B3

Text Example


Text Example

White with #35B6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,182,179); }

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

background-color css

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

 a { background-color: rgb(53,182,179); }

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

border-color css

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

 span { border-color: rgb(53,182,179); }

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