Html Css Color HEX #258555 Sea Green

📋 copy color: '#258555'

red 37 ◦ green 133 ◦ blue 85

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

Shades of Sea Green #258555

Tints of Sea Green #258555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 14.51%
G = 52.16%
B = 33.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#258555 (or 0x258555) is known color: Sea Green. HEX triplet: 25, 85 and 55. RGB value is (37,133,85). Sum of RGB (Red+Green+Blue) = 37+133+85=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #258555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258555 is #DA7AAA. Grayscale: #626262. Windows color (decimal): -14318251 or 5604645. OLE color: 5604645.

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

Color convert

RGB 37 133 85 -
CMYK 0.72 0 0.36 0.48
HSL 150º 0.56% 0.33% -
HSV(B) 150º 0.72% 0.52% -
XYZ 10.79 17.82 11.47 -
YUV 98.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 37 133 85 0.72 0 0.36 0.48 150 0.56 0.33
Hex 25 85 55 48 0 24 30 96 38 21
Octal 45 205 125 110 0 44 60 226 70 41
Binary 100101 10000101 1010101 1001000 0 100100 110000 10010110 111000 100001

Color Harmonies of #258555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258555

Black with #258555

Text Example


Text Example

White with #258555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258555; }

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

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

background-color css

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

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

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

border-color css

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

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

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