#258C5E

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

Shades of Sea Green #258C5E

Tints of Sea Green #258C5E

Color information

#258C5E (or 0x258C5E) is unknown color: approx Sea Green. HEX triplet: 25, 8C and 5E. RGB value is (37,140,94). Sum of RGB (Red+Green+Blue) = 37+140+94=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #258C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258C5E is #DA73A1. Grayscale: #686868. Windows color (decimal): -14316450 or 6196261. OLE color: 6196261.

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

Color convert

RGB3714094-
CMYK0.7400.330.45
HSL153.2º58.19%34.71%-
HSV(B)153.2º73.57%54.9%-
XYZ12.1619.9613.8-
YUV103.96122.3880.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 140 (55.08% from 255) = 51.66%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=13.65%
G=51.66%
B=34.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37140940.7400.330.45153.258.1934.71
Hex258C5E4A0212D993a23
Octal45214136112041552317243
Binary1001011000110010111101001010010000110110110011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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