Html Css Color HEX #32BCB3 Light Sea Green

📋 copy color: '#32BCB3'

red 50 ◦ green 188 ◦ blue 179

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

Shades of Light Sea Green #32BCB3

Tints of Light Sea Green #32BCB3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

 BLUE value IS 179 (70.31% from 255) = 42.93%

R = 11.99%
G = 45.08%
B = 42.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#32BCB3 (or 0x32BCB3) is known color: Light Sea Green. HEX triplet: 32, BC and B3. RGB value is (50,188,179). Sum of RGB (Red+Green+Blue) = 50+188+179=417 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.99% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #32BCB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCB3 is #CD434C. Grayscale: #919191. Windows color (decimal): -13452109 or 11779122. OLE color: 11779122.

HSL color Cylindrical-coordinate representation of color #32BCB3: hue angle of 176.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BCB3 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 179 -
CMYK 0.73 0 0.05 0.26
HSL 176.09º 0.58% 0.47% -
HSV(B) 176.09º 0.73% 0.74% -
XYZ 27.44 39.9 48.9 -
YUV 145.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 50 188 179 0.73 0 0.05 0.26 176.09 0.58 0.47
Hex 32 BC B3 49 0 5 1A B0 3A 2F
Octal 62 274 263 111 0 5 32 260 72 57
Binary 110010 10111100 10110011 1001001 0 101 11010 10110000 111010 101111

Color Harmonies of #32BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BCB3

Black with #32BCB3

Text Example


Text Example

White with #32BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,179); }

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

background-color css

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

 a { background-color: rgb(50,188,179); }

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

border-color css

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

 span { border-color: rgb(50,188,179); }

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