Html Css Color HEX #32BAB4 Light Sea Green

📋 copy color: '#32BAB4'

red 50 ◦ green 186 ◦ blue 180

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

Shades of Light Sea Green #32BAB4

Tints of Light Sea Green #32BAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 12.02%
G = 44.71%
B = 43.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#32BAB4 (or 0x32BAB4) is known color: Light Sea Green. HEX triplet: 32, BA and B4. RGB value is (50,186,180). Sum of RGB (Red+Green+Blue) = 50+186+180=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #32BAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAB4 is #CD454B. Grayscale: #909090. Windows color (decimal): -13452620 or 11844146. OLE color: 11844146.

HSL color Cylindrical-coordinate representation of color #32BAB4: hue angle of 177.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BAB4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 180 -
CMYK 0.73 0 0.03 0.27
HSL 177.35º 0.58% 0.46% -
HSV(B) 177.35º 0.73% 0.73% -
XYZ 27.11 39.09 49.3 -
YUV 144.65 147.94 60.49 -
System Red Green Blue C M Y K H S L
Decimal 50 186 180 0.73 0 0.03 0.27 177.35 0.58 0.46
Hex 32 BA B4 49 0 3 1B B1 3A 2E
Octal 62 272 264 111 0 3 33 261 72 56
Binary 110010 10111010 10110100 1001001 0 11 11011 10110001 111010 101110

Color Harmonies of #32BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BAB4

Black with #32BAB4

Text Example


Text Example

White with #32BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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