Html Css Color HEX #32825E Sea Green

📋 copy color: '#32825E'

red 50 ◦ green 130 ◦ blue 94

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

Shades of Sea Green #32825E

Tints of Sea Green #32825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 18.25%
G = 47.45%
B = 34.31%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#32825E (or 0x32825E) is known color: Sea Green. HEX triplet: 32, 82 and 5E. RGB value is (50,130,94). Sum of RGB (Red+Green+Blue) = 50+130+94=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #32825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32825E is #CD7DA1. Grayscale: #666666. Windows color (decimal): -13467042 or 6193714. OLE color: 6193714.

HSL color Cylindrical-coordinate representation of color #32825E: hue angle of 153º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32825E is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 94 -
CMYK 0.62 0 0.28 0.49
HSL 153º 0.44% 0.35% -
HSV(B) 153º 0.62% 0.51% -
XYZ 11.32 17.45 13.36 -
YUV 101.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 50 130 94 0.62 0 0.28 0.49 153 0.44 0.35
Hex 32 82 5E 3E 0 1C 31 99 2C 23
Octal 62 202 136 76 0 34 61 231 54 43
Binary 110010 10000010 1011110 111110 0 11100 110001 10011001 101100 100011

Color Harmonies of #32825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32825E

Black with #32825E

Text Example


Text Example

White with #32825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32825E; }

 p { color: rgb(50,130,94); }

 H1.HeaderClassName
 {
   color: #32825E;
 }
 .AnyTagClassName
 {
   color: #32825E;
 }
</style>

background-color css

<style>
 a { background-color: #32825E; }

 a { background-color: rgb(50,130,94); }

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

border-color css

<style>
 span { border-color: #32825E; }

 span { border-color: rgb(50,130,94); }

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