Html Css Color HEX #258B5A Sea Green

📋 copy color: '#258B5A'

red 37 ◦ green 139 ◦ blue 90

#258B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #258B5A

Tints of Sea Green #258B5A

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 value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#258B5A (or 0x258B5A) is known color: 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

RGB 37 139 90 -
CMYK 0.73 0 0.35 0.45
HSL 151.18º 0.58% 0.35% -
HSV(B) 151.18º 0.73% 0.55% -
XYZ 11.84 19.6 12.83 -
YUV 102.92 120.71 80.98 -
System Red Green Blue C M Y K H S L
Decimal 37 139 90 0.73 0 0.35 0.45 151.18 0.58 0.35
Hex 25 8B 5A 49 0 23 2D 97 3A 23
Octal 45 213 132 111 0 43 55 227 72 43
Binary 100101 10001011 1011010 1001001 0 100011 101101 10010111 111010 100011

Color Harmonies of #258B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B5A

Black with #258B5A

Text Example


Text Example

White with #258B5A

Text Example


Text Example

HTML Codes & Css Web 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>