Html Css Color HEX #258B7B Elm

📋 copy color: '#258B7B'

red 37 ◦ green 139 ◦ blue 123

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

Shades of Elm #258B7B

Tints of Elm #258B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.14%

R = 12.37%
G = 46.49%
B = 41.14%

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

#258B7B (or 0x258B7B) is known color: Elm. HEX triplet: 25, 8B and 7B. RGB value is (37,139,123). Sum of RGB (Red+Green+Blue) = 37+139+123=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #258B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B7B is #DA7484. Grayscale: #6A6A6A. Windows color (decimal): -14316677 or 8096549. OLE color: 8096549.

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

Color convert

RGB 37 139 123 -
CMYK 0.73 0 0.12 0.45
HSL 170.59º 0.58% 0.35% -
HSV(B) 170.59º 0.73% 0.55% -
XYZ 13.57 20.29 21.94 -
YUV 106.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 37 139 123 0.73 0 0.12 0.45 170.59 0.58 0.35
Hex 25 8B 7B 49 0 C 2D AB 3A 23
Octal 45 213 173 111 0 14 55 253 72 43
Binary 100101 10001011 1111011 1001001 0 1100 101101 10101011 111010 100011

Color Harmonies of #258B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B7B

Black with #258B7B

Text Example


Text Example

White with #258B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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