Html Css Color HEX #257A68 Genoa

📋 copy color: '#257A68'

red 37 ◦ green 122 ◦ blue 104

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

Shades of Genoa #257A68

Tints of Genoa #257A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.39%

 BLUE value IS 104 (41.02% from 255) = 39.54%

R = 14.07%
G = 46.39%
B = 39.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#257A68 (or 0x257A68) is known color: Genoa. HEX triplet: 25, 7A and 68. RGB value is (37,122,104). Sum of RGB (Red+Green+Blue) = 37+122+104=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #257A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A68 is #DA8597. Grayscale: #5E5E5E. Windows color (decimal): -14321048 or 6847013. OLE color: 6847013.

HSL color Cylindrical-coordinate representation of color #257A68: hue angle of 167.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A68 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 104 -
CMYK 0.70 0 0.15 0.52
HSL 167.29º 0.53% 0.31% -
HSV(B) 167.29º 0.7% 0.48% -
XYZ 10.22 15.31 15.51 -
YUV 94.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 37 122 104 0.70 0 0.15 0.52 167.29 0.53 0.31
Hex 25 7A 68 46 0 F 34 A7 35 1F
Octal 45 172 150 106 0 17 64 247 65 37
Binary 100101 1111010 1101000 1000110 0 1111 110100 10100111 110101 11111

Color Harmonies of #257A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A68

Black with #257A68

Text Example


Text Example

White with #257A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,104); }

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

background-color css

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

 a { background-color: rgb(37,122,104); }

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

border-color css

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

 span { border-color: rgb(37,122,104); }

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