Html Css Color HEX #257F6A Genoa

📋 copy color: '#257F6A'

red 37 ◦ green 127 ◦ blue 106

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

Shades of Genoa #257F6A

Tints of Genoa #257F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 47.04%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 13.7%
G = 47.04%
B = 39.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#257F6A (or 0x257F6A) is known color: Genoa. HEX triplet: 25, 7F and 6A. RGB value is (37,127,106). Sum of RGB (Red+Green+Blue) = 37+127+106=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #257F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F6A is #DA8095. Grayscale: #616161. Windows color (decimal): -14319766 or 6979365. OLE color: 6979365.

HSL color Cylindrical-coordinate representation of color #257F6A: hue angle of 166º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F6A is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 106 -
CMYK 0.71 0 0.17 0.50
HSL 166º 0.55% 0.32% -
HSV(B) 166º 0.71% 0.5% -
XYZ 10.95 16.61 16.26 -
YUV 97.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 37 127 106 0.71 0 0.17 0.50 166 0.55 0.32
Hex 25 7F 6A 47 0 11 32 A6 37 20
Octal 45 177 152 107 0 21 62 246 67 40
Binary 100101 1111111 1101010 1000111 0 10001 110010 10100110 110111 100000

Color Harmonies of #257F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F6A

Black with #257F6A

Text Example


Text Example

White with #257F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,127,106); }

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

background-color css

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

 a { background-color: rgb(37,127,106); }

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

border-color css

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

 span { border-color: rgb(37,127,106); }

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