Html Css Color HEX #258255 Sea Green

📋 copy color: '#258255'

red 37 ◦ green 130 ◦ blue 85

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

Shades of Sea Green #258255

Tints of Sea Green #258255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

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

R = 14.68%
G = 51.59%
B = 33.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#258255 (or 0x258255) is known color: Sea Green. HEX triplet: 25, 82 and 55. RGB value is (37,130,85). Sum of RGB (Red+Green+Blue) = 37+130+85=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #258255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258255 is #DA7DAA. Grayscale: #616161. Windows color (decimal): -14319019 or 5603877. OLE color: 5603877.

HSL color Cylindrical-coordinate representation of color #258255: hue angle of 150.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258255 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 85 -
CMYK 0.72 0 0.35 0.49
HSL 150.97º 0.56% 0.33% -
HSV(B) 150.97º 0.72% 0.51% -
XYZ 10.39 17.01 11.33 -
YUV 97.06 121.19 85.16 -
System Red Green Blue C M Y K H S L
Decimal 37 130 85 0.72 0 0.35 0.49 150.97 0.56 0.33
Hex 25 82 55 48 0 23 31 97 38 21
Octal 45 202 125 110 0 43 61 227 70 41
Binary 100101 10000010 1010101 1001000 0 100011 110001 10010111 111000 100001

Color Harmonies of #258255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258255

Black with #258255

Text Example


Text Example

White with #258255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258255; }

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

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

background-color css

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

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

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

border-color css

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

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

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