Html Css Color HEX #258A55 Sea Green

📋 copy color: '#258A55'

red 37 ◦ green 138 ◦ blue 85

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

Shades of Sea Green #258A55

Tints of Sea Green #258A55

RGB

 RED value IS 37 (14.84% from 255) = 14.23%

 GREEN value IS 138 (54.3% from 255) = 53.08%

 BLUE value IS 85 (33.59% from 255) = 32.69%

R = 14.23%
G = 53.08%
B = 32.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#258A55 (or 0x258A55) is known color: Sea Green. HEX triplet: 25, 8A and 55. RGB value is (37,138,85). Sum of RGB (Red+Green+Blue) = 37+138+85=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #258A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A55 is #DA75AA. Grayscale: #656565. Windows color (decimal): -14316971 or 5605925. OLE color: 5605925.

HSL color Cylindrical-coordinate representation of color #258A55: hue angle of 148.51º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A55 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 138 85 -
CMYK 0.73 0 0.38 0.46
HSL 148.51º 0.58% 0.34% -
HSV(B) 148.51º 0.73% 0.54% -
XYZ 11.49 19.23 11.7 -
YUV 101.76 118.54 81.81 -
System Red Green Blue C M Y K H S L
Decimal 37 138 85 0.73 0 0.38 0.46 148.51 0.58 0.34
Hex 25 8A 55 49 0 26 2E 95 3A 22
Octal 45 212 125 111 0 46 56 225 72 42
Binary 100101 10001010 1010101 1001001 0 100110 101110 10010101 111010 100010

Color Harmonies of #258A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258A55

Black with #258A55

Text Example


Text Example

White with #258A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,138,85); }

 H1.HeaderClassName
 {
   color: #258A55;
 }
 .AnyTagClassName
 {
   color: #258A55;
 }
</style>

background-color css

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

 a { background-color: rgb(37,138,85); }

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

border-color css

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

 span { border-color: rgb(37,138,85); }

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