Html Css Color HEX #258B7A Elm

📋 copy color: '#258B7A'

red 37 ◦ green 139 ◦ blue 122

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

Shades of Elm #258B7A

Tints of Elm #258B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.64%

 BLUE value IS 122 (48.05% from 255) = 40.94%

R = 12.42%
G = 46.64%
B = 40.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#258B7A (or 0x258B7A) is known color: Elm. HEX triplet: 25, 8B and 7A. RGB value is (37,139,122). Sum of RGB (Red+Green+Blue) = 37+139+122=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #258B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B7A is #DA7485. Grayscale: #6A6A6A. Windows color (decimal): -14316678 or 8031013. OLE color: 8031013.

HSL color Cylindrical-coordinate representation of color #258B7A: hue angle of 170º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B7A is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 139 122 -
CMYK 0.73 0 0.12 0.45
HSL 170º 0.58% 0.35% -
HSV(B) 170º 0.73% 0.55% -
XYZ 13.51 20.26 21.61 -
YUV 106.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 37 139 122 0.73 0 0.12 0.45 170 0.58 0.35
Hex 25 8B 7A 49 0 C 2D AA 3A 23
Octal 45 213 172 111 0 14 55 252 72 43
Binary 100101 10001011 1111010 1001001 0 1100 101101 10101010 111010 100011

Color Harmonies of #258B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B7A

Black with #258B7A

Text Example


Text Example

White with #258B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,139,122); }

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

background-color css

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

 a { background-color: rgb(37,139,122); }

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

border-color css

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

 span { border-color: rgb(37,139,122); }

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