#258F5F

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

Shades of Sea Green #258F5F

Tints of Sea Green #258F5F

Color information

#258F5F (or 0x258F5F) is unknown color: approx Sea Green. HEX triplet: 25, 8F and 5F. RGB value is (37,143,95). Sum of RGB (Red+Green+Blue) = 37+143+95=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 143 (56.25% from 255 or 52% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 143 - color contains mainly: green. Hex color #258F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F5F is #DA70A0. Grayscale: #696969. Windows color (decimal): -14315681 or 6262565. OLE color: 6262565.

HSL color Cylindrical-coordinate representation of color #258F5F: hue angle of 152.83º 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 #258F5F is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB3714395-
CMYK0.7400.340.44
HSL152.83º58.89%35.29%-
HSV(B)152.83º74.13%56.08%-
XYZ12.6520.8614.19-
YUV105.83121.8878.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 143 (56.25% from 255) = 52%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=13.45%
G=52%
B=34.55%

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
Decimal37143950.7400.340.44152.8358.8935.29
Hex258F5F4A0222C993b23
Octal45217137112042542317343
Binary1001011000111110111111001010010001010110010011001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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