Html Css Color HEX #32B4AF Light Sea Green

📋 copy color: '#32B4AF'

red 50 ◦ green 180 ◦ blue 175

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

Shades of Light Sea Green #32B4AF

Tints of Light Sea Green #32B4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.44%

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 12.35%
G = 44.44%
B = 43.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#32B4AF (or 0x32B4AF) is known color: Light Sea Green. HEX triplet: 32, B4 and AF. RGB value is (50,180,175). Sum of RGB (Red+Green+Blue) = 50+180+175=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #32B4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B4AF is #CD4B50. Grayscale: #8C8C8C. Windows color (decimal): -13454161 or 11514930. OLE color: 11514930.

HSL color Cylindrical-coordinate representation of color #32B4AF: hue angle of 177.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B4AF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 180 175 -
CMYK 0.72 0 0.03 0.29
HSL 177.69º 0.57% 0.45% -
HSV(B) 177.69º 0.72% 0.71% -
XYZ 25.37 36.42 46.25 -
YUV 140.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 50 180 175 0.72 0 0.03 0.29 177.69 0.57 0.45
Hex 32 B4 AF 48 0 3 1D B2 39 2D
Octal 62 264 257 110 0 3 35 262 71 55
Binary 110010 10110100 10101111 1001000 0 11 11101 10110010 111001 101101

Color Harmonies of #32B4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B4AF

Black with #32B4AF

Text Example


Text Example

White with #32B4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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