Html Css Color HEX #32BDBA Light Sea Green

📋 copy color: '#32BDBA'

red 50 ◦ green 189 ◦ blue 186

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

Shades of Light Sea Green #32BDBA

Tints of Light Sea Green #32BDBA

RGB

 RED value IS 50 (19.92% from 255) = 11.76%

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 11.76%
G = 44.47%
B = 43.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#32BDBA (or 0x32BDBA) is known color: Light Sea Green. HEX triplet: 32, BD and BA. RGB value is (50,189,186). Sum of RGB (Red+Green+Blue) = 50+189+186=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #32BDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDBA is #CD4245. Grayscale: #929292. Windows color (decimal): -13451846 or 12238130. OLE color: 12238130.

HSL color Cylindrical-coordinate representation of color #32BDBA: hue angle of 178.71º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BDBA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 186 -
CMYK 0.74 0 0.02 0.26
HSL 178.71º 0.58% 0.47% -
HSV(B) 178.71º 0.74% 0.74% -
XYZ 28.38 40.62 52.8 -
YUV 147.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 50 189 186 0.74 0 0.02 0.26 178.71 0.58 0.47
Hex 32 BD BA 4A 0 2 1A B3 3A 2F
Octal 62 275 272 112 0 2 32 263 72 57
Binary 110010 10111101 10111010 1001010 0 10 11010 10110011 111010 101111

Color Harmonies of #32BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BDBA

Black with #32BDBA

Text Example


Text Example

White with #32BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BDBA; }

 p { color: rgb(50,189,186); }

 H1.HeaderClassName
 {
   color: #32BDBA;
 }
 .AnyTagClassName
 {
   color: #32BDBA;
 }
</style>

background-color css

<style>
 a { background-color: #32BDBA; }

 a { background-color: rgb(50,189,186); }

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

border-color css

<style>
 span { border-color: #32BDBA; }

 span { border-color: rgb(50,189,186); }

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