Html Css Color HEX #246F68 Genoa

📋 copy color: '#246F68'

red 36 ◦ green 111 ◦ blue 104

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

Shades of Genoa #246F68

Tints of Genoa #246F68

RGB

 RED value IS 36 (14.45% from 255) = 14.34%

 GREEN value IS 111 (43.75% from 255) = 44.22%

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

R = 14.34%
G = 44.22%
B = 41.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#246F68 (or 0x246F68) is known color: Genoa. HEX triplet: 24, 6F and 68. RGB value is (36,111,104). Sum of RGB (Red+Green+Blue) = 36+111+104=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #246F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246F68 is #DB9097. Grayscale: #575757. Windows color (decimal): -14389400 or 6844196. OLE color: 6844196.

HSL color Cylindrical-coordinate representation of color #246F68: hue angle of 174.4º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #246F68 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 111 104 -
CMYK 0.68 0 0.06 0.56
HSL 174.4º 0.51% 0.29% -
HSV(B) 174.4º 0.68% 0.44% -
XYZ 8.91 12.74 15.09 -
YUV 87.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 36 111 104 0.68 0 0.06 0.56 174.4 0.51 0.29
Hex 24 6F 68 44 0 6 38 AE 33 1D
Octal 44 157 150 104 0 6 70 256 63 35
Binary 100100 1101111 1101000 1000100 0 110 111000 10101110 110011 11101

Color Harmonies of #246F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246F68

Black with #246F68

Text Example


Text Example

White with #246F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246F68; }

 p { color: rgb(36,111,104); }

 H1.HeaderClassName
 {
   color: #246F68;
 }
 .AnyTagClassName
 {
   color: #246F68;
 }
</style>

background-color css

<style>
 a { background-color: #246F68; }

 a { background-color: rgb(36,111,104); }

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

border-color css

<style>
 span { border-color: #246F68; }

 span { border-color: rgb(36,111,104); }

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