Html Css Color HEX #32ABA8 Light Sea Green

📋 copy color: '#32ABA8'

red 50 ◦ green 171 ◦ blue 168

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

Shades of Light Sea Green #32ABA8

Tints of Light Sea Green #32ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

 BLUE value IS 168 (66.02% from 255) = 43.19%

R = 12.85%
G = 43.96%
B = 43.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#32ABA8 (or 0x32ABA8) is known color: Light Sea Green. HEX triplet: 32, AB and A8. RGB value is (50,171,168). Sum of RGB (Red+Green+Blue) = 50+171+168=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #32ABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32ABA8 is #CD5457. Grayscale: #868686. Windows color (decimal): -13456472 or 11053874. OLE color: 11053874.

HSL color Cylindrical-coordinate representation of color #32ABA8: hue angle of 178.51º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32ABA8 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 168 -
CMYK 0.71 0 0.02 0.33
HSL 178.51º 0.55% 0.43% -
HSV(B) 178.51º 0.71% 0.67% -
XYZ 22.95 32.63 42.13 -
YUV 134.48 146.91 67.74 -
System Red Green Blue C M Y K H S L
Decimal 50 171 168 0.71 0 0.02 0.33 178.51 0.55 0.43
Hex 32 AB A8 47 0 2 21 B3 37 2B
Octal 62 253 250 107 0 2 41 263 67 53
Binary 110010 10101011 10101000 1000111 0 10 100001 10110011 110111 101011

Color Harmonies of #32ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ABA8

Black with #32ABA8

Text Example


Text Example

White with #32ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,168); }

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

background-color css

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

 a { background-color: rgb(50,171,168); }

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

border-color css

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

 span { border-color: rgb(50,171,168); }

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