Html Css Color HEX #25706B Elm

📋 copy color: '#25706B'

red 37 ◦ green 112 ◦ blue 107

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

Shades of Elm #25706B

Tints of Elm #25706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 14.45%
G = 43.75%
B = 41.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#25706B (or 0x25706B) is known color: Elm. HEX triplet: 25, 70 and 6B. RGB value is (37,112,107). Sum of RGB (Red+Green+Blue) = 37+112+107=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #25706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25706B is #DA8F94. Grayscale: #585858. Windows color (decimal): -14323605 or 7041061. OLE color: 7041061.

HSL color Cylindrical-coordinate representation of color #25706B: hue angle of 176º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25706B is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 107 -
CMYK 0.67 0 0.04 0.56
HSL 176º 0.5% 0.29% -
HSV(B) 176º 0.67% 0.44% -
XYZ 9.21 13.04 15.94 -
YUV 89.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 37 112 107 0.67 0 0.04 0.56 176 0.5 0.29
Hex 25 70 6B 43 0 4 38 B0 32 1D
Octal 45 160 153 103 0 4 70 260 62 35
Binary 100101 1110000 1101011 1000011 0 100 111000 10110000 110010 11101

Color Harmonies of #25706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25706B

Black with #25706B

Text Example


Text Example

White with #25706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25706B; }

 p { color: rgb(37,112,107); }

 H1.HeaderClassName
 {
   color: #25706B;
 }
 .AnyTagClassName
 {
   color: #25706B;
 }
</style>

background-color css

<style>
 a { background-color: #25706B; }

 a { background-color: rgb(37,112,107); }

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

border-color css

<style>
 span { border-color: #25706B; }

 span { border-color: rgb(37,112,107); }

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