Html Css Color HEX #258E5F Sea Green

📋 copy color: '#258E5F'

red 37 ◦ green 142 ◦ blue 95

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

Shades of Sea Green #258E5F

Tints of Sea Green #258E5F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 51.82%

 BLUE value IS 95 (37.5% from 255) = 34.67%

R = 13.5%
G = 51.82%
B = 34.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#258E5F (or 0x258E5F) is known color: Sea Green. HEX triplet: 25, 8E and 5F. RGB value is (37,142,95). Sum of RGB (Red+Green+Blue) = 37+142+95=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #258E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258E5F is #DA71A0. Grayscale: #696969. Windows color (decimal): -14315937 or 6262309. OLE color: 6262309.

HSL color Cylindrical-coordinate representation of color #258E5F: hue angle of 153.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258E5F is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 142 95 -
CMYK 0.74 0 0.33 0.44
HSL 153.14º 0.59% 0.35% -
HSV(B) 153.14º 0.74% 0.56% -
XYZ 12.5 20.57 14.14 -
YUV 105.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 37 142 95 0.74 0 0.33 0.44 153.14 0.59 0.35
Hex 25 8E 5F 4A 0 21 2C 99 3B 23
Octal 45 216 137 112 0 41 54 231 73 43
Binary 100101 10001110 1011111 1001010 0 100001 101100 10011001 111011 100011

Color Harmonies of #258E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258E5F

Black with #258E5F

Text Example


Text Example

White with #258E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,142,95); }

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

background-color css

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

 a { background-color: rgb(37,142,95); }

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

border-color css

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

 span { border-color: rgb(37,142,95); }

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