Html Css Color HEX #35BDB7 Light Sea Green

📋 copy color: '#35BDB7'

red 53 ◦ green 189 ◦ blue 183

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

Shades of Light Sea Green #35BDB7

Tints of Light Sea Green #35BDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.47%

 BLUE value IS 183 (71.88% from 255) = 43.06%

R = 12.47%
G = 44.47%
B = 43.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#35BDB7 (or 0x35BDB7) is known color: Light Sea Green. HEX triplet: 35, BD and B7. RGB value is (53,189,183). Sum of RGB (Red+Green+Blue) = 53+189+183=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #35BDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDB7 is #CA4248. Grayscale: #939393. Windows color (decimal): -13255241 or 12041525. OLE color: 12041525.

HSL color Cylindrical-coordinate representation of color #35BDB7: hue angle of 177.35º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BDB7 is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 189 183 -
CMYK 0.72 0 0.03 0.26
HSL 177.35º 0.56% 0.47% -
HSV(B) 177.35º 0.72% 0.74% -
XYZ 28.21 40.57 51.14 -
YUV 147.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 53 189 183 0.72 0 0.03 0.26 177.35 0.56 0.47
Hex 35 BD B7 48 0 3 1A B1 38 2F
Octal 65 275 267 110 0 3 32 261 70 57
Binary 110101 10111101 10110111 1001000 0 11 11010 10110001 111000 101111

Color Harmonies of #35BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDB7

Black with #35BDB7

Text Example


Text Example

White with #35BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,189,183); }

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

background-color css

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

 a { background-color: rgb(53,189,183); }

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

border-color css

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

 span { border-color: rgb(53,189,183); }

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