Html Css Color HEX #257C6D Genoa

📋 copy color: '#257C6D'

red 37 ◦ green 124 ◦ blue 109

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

Shades of Genoa #257C6D

Tints of Genoa #257C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.93%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 13.7%
G = 45.93%
B = 40.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#257C6D (or 0x257C6D) is known color: Genoa. HEX triplet: 25, 7C and 6D. RGB value is (37,124,109). Sum of RGB (Red+Green+Blue) = 37+124+109=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #257C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C6D is #DA8392. Grayscale: #606060. Windows color (decimal): -14320531 or 7175205. OLE color: 7175205.

HSL color Cylindrical-coordinate representation of color #257C6D: hue angle of 169.66º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C6D is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 109 -
CMYK 0.70 0 0.12 0.51
HSL 169.66º 0.54% 0.32% -
HSV(B) 169.66º 0.7% 0.49% -
XYZ 10.73 15.91 16.97 -
YUV 96.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 37 124 109 0.70 0 0.12 0.51 169.66 0.54 0.32
Hex 25 7C 6D 46 0 C 33 AA 36 20
Octal 45 174 155 106 0 14 63 252 66 40
Binary 100101 1111100 1101101 1000110 0 1100 110011 10101010 110110 100000

Color Harmonies of #257C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C6D

Black with #257C6D

Text Example


Text Example

White with #257C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257C6D; }

 p { color: rgb(37,124,109); }

 H1.HeaderClassName
 {
   color: #257C6D;
 }
 .AnyTagClassName
 {
   color: #257C6D;
 }
</style>

background-color css

<style>
 a { background-color: #257C6D; }

 a { background-color: rgb(37,124,109); }

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

border-color css

<style>
 span { border-color: #257C6D; }

 span { border-color: rgb(37,124,109); }

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