Html Css Color HEX #32B0BB Light Sea Green

📋 copy color: '#32B0BB'

red 50 ◦ green 176 ◦ blue 187

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

Shades of Light Sea Green #32B0BB

Tints of Light Sea Green #32B0BB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 12.11%
G = 42.62%
B = 45.28%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#32B0BB (or 0x32B0BB) is known color: Light Sea Green. HEX triplet: 32, B0 and BB. RGB value is (50,176,187). Sum of RGB (Red+Green+Blue) = 50+176+187=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #32B0BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0BB is #CD4F44. Grayscale: #8B8B8B. Windows color (decimal): -13455173 or 12300338. OLE color: 12300338.

HSL color Cylindrical-coordinate representation of color #32B0BB: hue angle of 184.82º 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 #32B0BB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 176 187 -
CMYK 0.73 0.06 0 0.27
HSL 184.82º 0.58% 0.46% -
HSV(B) 184.82º 0.73% 0.73% -
XYZ 25.81 35.32 52.47 -
YUV 139.58 154.76 64.11 -
System Red Green Blue C M Y K H S L
Decimal 50 176 187 0.73 0.06 0 0.27 184.82 0.58 0.46
Hex 32 B0 BB 49 6 0 1B B9 3A 2E
Octal 62 260 273 111 6 0 33 271 72 56
Binary 110010 10110000 10111011 1001001 110 0 11011 10111001 111010 101110

Color Harmonies of #32B0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B0BB

Black with #32B0BB

Text Example


Text Example

White with #32B0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,176,187); }

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

background-color css

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

 a { background-color: rgb(50,176,187); }

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

border-color css

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

 span { border-color: rgb(50,176,187); }

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