Html Css Color HEX #32BCBB Light Sea Green

📋 copy color: '#32BCBB'

red 50 ◦ green 188 ◦ blue 187

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

Shades of Light Sea Green #32BCBB

Tints of Light Sea Green #32BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

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

R = 11.76%
G = 44.24%
B = 44%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#32BCBB (or 0x32BCBB) is known color: Light Sea Green. HEX triplet: 32, BC and BB. RGB value is (50,188,187). Sum of RGB (Red+Green+Blue) = 50+188+187=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCBB is #CD4344. Grayscale: #929292. Windows color (decimal): -13452101 or 12303410. OLE color: 12303410.

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

Color convert

RGB 50 188 187 -
CMYK 0.73 0 0.01 0.26
HSL 179.57º 0.58% 0.47% -
HSV(B) 179.57º 0.73% 0.74% -
XYZ 28.27 40.23 53.29 -
YUV 146.62 150.78 59.08 -
System Red Green Blue C M Y K H S L
Decimal 50 188 187 0.73 0 0.01 0.26 179.57 0.58 0.47
Hex 32 BC BB 49 0 1 1A B4 3A 2F
Octal 62 274 273 111 0 1 32 264 72 57
Binary 110010 10111100 10111011 1001001 0 1 11010 10110100 111010 101111

Color Harmonies of #32BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCBB

Black with #32BCBB

Text Example


Text Example

White with #32BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,187); }

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

background-color css

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

 a { background-color: rgb(50,188,187); }

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

border-color css

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

 span { border-color: rgb(50,188,187); }

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