#258552

Color #258552 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #258552

Tints of Sea Green #258552

Color information

#258552 (or 0x258552) is unknown color: approx Sea Green. HEX triplet: 25, 85 and 52. RGB value is (37,133,82). Sum of RGB (Red+Green+Blue) = 37+133+82=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #258552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258552 is #DA7AAD. Grayscale: #626262. Windows color (decimal): -14318254 or 5408037. OLE color: 5408037.

HSL color Cylindrical-coordinate representation of color #258552: hue angle of 148.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258552 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB3713382-
CMYK0.7200.380.48
HSL148.12º56.47%33.33%-
HSV(B)148.12º72.18%52.16%-
XYZ10.6717.7810.85-
YUV98.48118.784.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 133 (52.34% from 255) = 52.78%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=14.68%
G=52.78%
B=32.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal37133820.7200.380.48148.1256.4733.33
Hex2585524802630943821
Octal45205122110046602247041
Binary1001011000010110100101001000010011011000010010100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258552; }

 p { color: rgb(37,133,82); }

 H1.HeaderClassName
 {
   color: #258552;
 }
 .AnyTagClassName
 {
   color: #258552;
 }
</style>
background-color css

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

 a { background-color: rgb(37,133,82); }

 div.DivClassName
 {
   background-color: #258552;
 }
 .BgClassName
 {
   background-color: #258552;
 }
</style>
border-color css

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

 span { border-color: rgb(37,133,82); }

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