Html Css Color HEX #258A7B Elm

📋 copy color: '#258A7B'

red 37 ◦ green 138 ◦ blue 123

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

Shades of Elm #258A7B

Tints of Elm #258A7B

RGB

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

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

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

R = 12.42%
G = 46.31%
B = 41.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#258A7B (or 0x258A7B) is known color: Elm. HEX triplet: 25, 8A and 7B. RGB value is (37,138,123). Sum of RGB (Red+Green+Blue) = 37+138+123=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #258A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A7B is #DA7584. Grayscale: #6A6A6A. Windows color (decimal): -14316933 or 8096293. OLE color: 8096293.

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

Color convert

RGB 37 138 123 -
CMYK 0.73 0 0.11 0.46
HSL 171.09º 0.58% 0.34% -
HSV(B) 171.09º 0.73% 0.54% -
XYZ 13.43 20 21.89 -
YUV 106.09 137.54 78.72 -
System Red Green Blue C M Y K H S L
Decimal 37 138 123 0.73 0 0.11 0.46 171.09 0.58 0.34
Hex 25 8A 7B 49 0 B 2E AB 3A 22
Octal 45 212 173 111 0 13 56 253 72 42
Binary 100101 10001010 1111011 1001001 0 1011 101110 10101011 111010 100010

Color Harmonies of #258A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258A7B

Black with #258A7B

Text Example


Text Example

White with #258A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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