Html Css Color HEX #258A7D Elm

📋 copy color: '#258A7D'

red 37 ◦ green 138 ◦ blue 125

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

Shades of Elm #258A7D

Tints of Elm #258A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 12.33%
G = 46%
B = 41.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#258A7D (or 0x258A7D) is known color: Elm. HEX triplet: 25, 8A and 7D. RGB value is (37,138,125). Sum of RGB (Red+Green+Blue) = 37+138+125=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #258A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A7D is #DA7582. Grayscale: #6A6A6A. Windows color (decimal): -14316931 or 8227365. OLE color: 8227365.

HSL color Cylindrical-coordinate representation of color #258A7D: hue angle of 172.28º 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 #258A7D is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 138 125 -
CMYK 0.73 0 0.09 0.46
HSL 172.28º 0.58% 0.34% -
HSV(B) 172.28º 0.73% 0.54% -
XYZ 13.55 20.05 22.56 -
YUV 106.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 37 138 125 0.73 0 0.09 0.46 172.28 0.58 0.34
Hex 25 8A 7D 49 0 9 2E AC 3A 22
Octal 45 212 175 111 0 11 56 254 72 42
Binary 100101 10001010 1111101 1001001 0 1001 101110 10101100 111010 100010

Color Harmonies of #258A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258A7D

Black with #258A7D

Text Example


Text Example

White with #258A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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