#258B5A

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

Shades of Sea Green #258B5A

Tints of Sea Green #258B5A

Color information

#258B5A (or 0x258B5A) is unknown color: approx Sea Green. HEX triplet: 25, 8B and 5A. RGB value is (37,139,90). Sum of RGB (Red+Green+Blue) = 37+139+90=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #258B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B5A is #DA74A5. Grayscale: #676767. Windows color (decimal): -14316710 or 5933861. OLE color: 5933861.

HSL color Cylindrical-coordinate representation of color #258B5A: hue angle of 151.18º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B5A is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB3713990-
CMYK0.7300.350.45
HSL151.18º57.95%34.51%-
HSV(B)151.18º73.38%54.51%-
XYZ11.8419.612.83-
YUV102.92120.7180.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=13.91%
G=52.26%
B=33.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37139900.7300.350.45151.1857.9534.51
Hex258B5A490232D973a23
Octal45213132111043552277243
Binary1001011000101110110101001001010001110110110010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,139,90); }

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

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

 a { background-color: rgb(37,139,90); }

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

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

 span { border-color: rgb(37,139,90); }

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