Html Css Color HEX #35BDB2 Light Sea Green

📋 copy color: '#35BDB2'

red 53 ◦ green 189 ◦ blue 178

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

Shades of Light Sea Green #35BDB2

Tints of Light Sea Green #35BDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.38%

R = 12.62%
G = 45%
B = 42.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#35BDB2 (or 0x35BDB2) is known color: Light Sea Green. HEX triplet: 35, BD and B2. RGB value is (53,189,178). Sum of RGB (Red+Green+Blue) = 53+189+178=420 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.62% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #35BDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BDB2 is #CA424D. Grayscale: #929292. Windows color (decimal): -13255246 or 11713845. OLE color: 11713845.

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

Color convert

RGB 53 189 178 -
CMYK 0.72 0 0.06 0.26
HSL 175.15º 0.56% 0.47% -
HSV(B) 175.15º 0.72% 0.74% -
XYZ 27.7 40.37 48.45 -
YUV 147.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 53 189 178 0.72 0 0.06 0.26 175.15 0.56 0.47
Hex 35 BD B2 48 0 6 1A AF 38 2F
Octal 65 275 262 110 0 6 32 257 70 57
Binary 110101 10111101 10110010 1001000 0 110 11010 10101111 111000 101111

Color Harmonies of #35BDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35BDB2

Black with #35BDB2

Text Example


Text Example

White with #35BDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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