#258F5E

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

Shades of Sea Green #258F5E

Tints of Sea Green #258F5E

Color information

#258F5E (or 0x258F5E) is unknown color: approx Sea Green. HEX triplet: 25, 8F and 5E. RGB value is (37,143,94). Sum of RGB (Red+Green+Blue) = 37+143+94=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #258F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F5E is #DA70A1. Grayscale: #696969. Windows color (decimal): -14315682 or 6197029. OLE color: 6197029.

HSL color Cylindrical-coordinate representation of color #258F5E: hue angle of 152.26º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F5E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB3714394-
CMYK0.7400.340.44
HSL152.26º58.89%35.29%-
HSV(B)152.26º74.13%56.08%-
XYZ12.6120.8513.95-
YUV105.72121.3878.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 143 (56.25% from 255) = 52.19%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=13.50%
G=52.19%
B=34.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37143940.7400.340.44152.2658.8935.29
Hex258F5E4A0222C983b23
Octal45217136112042542307343
Binary1001011000111110111101001010010001010110010011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258F5E; }

 p { color: rgb(37,143,94); }

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

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

 a { background-color: rgb(37,143,94); }

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

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

 span { border-color: rgb(37,143,94); }

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