Html Css Color HEX #258B84 Elm

📋 copy color: '#258B84'

red 37 ◦ green 139 ◦ blue 132

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

Shades of Elm #258B84

Tints of Elm #258B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 12.01%
G = 45.13%
B = 42.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#258B84 (or 0x258B84) is known color: Elm. HEX triplet: 25, 8B and 84. RGB value is (37,139,132). Sum of RGB (Red+Green+Blue) = 37+139+132=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #258B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258B84 is #DA747B. Grayscale: #6B6B6B. Windows color (decimal): -14316668 or 8686373. OLE color: 8686373.

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

Color convert

RGB 37 139 132 -
CMYK 0.73 0 0.05 0.45
HSL 175.88º 0.58% 0.35% -
HSV(B) 175.88º 0.73% 0.55% -
XYZ 14.16 20.52 25.05 -
YUV 107.7 141.71 77.57 -
System Red Green Blue C M Y K H S L
Decimal 37 139 132 0.73 0 0.05 0.45 175.88 0.58 0.35
Hex 25 8B 84 49 0 5 2D B0 3A 23
Octal 45 213 204 111 0 5 55 260 72 43
Binary 100101 10001011 10000100 1001001 0 101 101101 10110000 111010 100011

Color Harmonies of #258B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258B84

Black with #258B84

Text Example


Text Example

White with #258B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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