Html Css Color HEX #32BABF Light Sea Green

📋 copy color: '#32BABF'

red 50 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #32BABF

Tints of Light Sea Green #32BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.56%

 BLUE value IS 191 (75% from 255) = 44.73%

R = 11.71%
G = 43.56%
B = 44.73%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32BABF (or 0x32BABF) is known color: Light Sea Green. HEX triplet: 32, BA and BF. RGB value is (50,186,191). Sum of RGB (Red+Green+Blue) = 50+186+191=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BABF is #CD4540. Grayscale: #919191. Windows color (decimal): -13452609 or 12565042. OLE color: 12565042.

HSL color Cylindrical-coordinate representation of color #32BABF: hue angle of 182.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BABF is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 186 191 -
CMYK 0.74 0.03 0 0.25
HSL 182.13º 0.59% 0.47% -
HSV(B) 182.13º 0.74% 0.75% -
XYZ 28.28 39.56 55.44 -
YUV 145.91 153.44 59.59 -
System Red Green Blue C M Y K H S L
Decimal 50 186 191 0.74 0.03 0 0.25 182.13 0.59 0.47
Hex 32 BA BF 4A 3 0 19 B6 3B 2F
Octal 62 272 277 112 3 0 31 266 73 57
Binary 110010 10111010 10111111 1001010 11 0 11001 10110110 111011 101111

Color Harmonies of #32BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BABF

Black with #32BABF

Text Example


Text Example

White with #32BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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