Html Css Color HEX #32B1BE Light Sea Green

📋 copy color: '#32B1BE'

red 50 ◦ green 177 ◦ blue 190

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

Shades of Light Sea Green #32B1BE

Tints of Light Sea Green #32B1BE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.45%

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 11.99%
G = 42.45%
B = 45.56%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#32B1BE (or 0x32B1BE) is known color: Light Sea Green. HEX triplet: 32, B1 and BE. RGB value is (50,177,190). Sum of RGB (Red+Green+Blue) = 50+177+190=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #32B1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1BE is #CD4E41. Grayscale: #8C8C8C. Windows color (decimal): -13454914 or 12497202. OLE color: 12497202.

HSL color Cylindrical-coordinate representation of color #32B1BE: hue angle of 185.57º degrees, saturation: 0.58, 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 #32B1BE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 177 190 -
CMYK 0.74 0.07 0 0.25
HSL 185.57º 0.58% 0.47% -
HSV(B) 185.57º 0.74% 0.75% -
XYZ 26.33 35.84 54.25 -
YUV 140.51 155.92 63.44 -
System Red Green Blue C M Y K H S L
Decimal 50 177 190 0.74 0.07 0 0.25 185.57 0.58 0.47
Hex 32 B1 BE 4A 7 0 19 BA 3A 2F
Octal 62 261 276 112 7 0 31 272 72 57
Binary 110010 10110001 10111110 1001010 111 0 11001 10111010 111010 101111

Color Harmonies of #32B1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B1BE

Black with #32B1BE

Text Example


Text Example

White with #32B1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,177,190); }

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

background-color css

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

 a { background-color: rgb(50,177,190); }

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

border-color css

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

 span { border-color: rgb(50,177,190); }

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