Html Css Color HEX #258050 Sea Green

📋 copy color: '#258050'

red 37 ◦ green 128 ◦ blue 80

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

Shades of Sea Green #258050

Tints of Sea Green #258050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 15.1%
G = 52.24%
B = 32.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#258050 (or 0x258050) is known color: Sea Green. HEX triplet: 25, 80 and 50. RGB value is (37,128,80). Sum of RGB (Red+Green+Blue) = 37+128+80=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #258050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258050 is #DA7FAF. Grayscale: #5F5F5F. Windows color (decimal): -14319536 or 5275685. OLE color: 5275685.

HSL color Cylindrical-coordinate representation of color #258050: hue angle of 148.35º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258050 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 80 -
CMYK 0.71 0 0.38 0.50
HSL 148.35º 0.55% 0.32% -
HSV(B) 148.35º 0.71% 0.5% -
XYZ 9.93 16.41 10.23 -
YUV 95.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 37 128 80 0.71 0 0.38 0.50 148.35 0.55 0.32
Hex 25 80 50 47 0 26 32 94 37 20
Octal 45 200 120 107 0 46 62 224 67 40
Binary 100101 10000000 1010000 1000111 0 100110 110010 10010100 110111 100000

Color Harmonies of #258050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258050

Black with #258050

Text Example


Text Example

White with #258050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258050; }

 p { color: rgb(37,128,80); }

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

background-color css

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

 a { background-color: rgb(37,128,80); }

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

border-color css

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

 span { border-color: rgb(37,128,80); }

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