Html Css Color HEX #266F68 Genoa

📋 copy color: '#266F68'

red 38 ◦ green 111 ◦ blue 104

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

Shades of Genoa #266F68

Tints of Genoa #266F68

RGB

 RED value IS 38 (15.23% from 255) = 15.02%

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

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

R = 15.02%
G = 43.87%
B = 41.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#266F68 (or 0x266F68) is known color: Genoa. HEX triplet: 26, 6F and 68. RGB value is (38,111,104). Sum of RGB (Red+Green+Blue) = 38+111+104=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #266F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F68 is #D99097. Grayscale: #585858. Windows color (decimal): -14258328 or 6844198. OLE color: 6844198.

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

Color convert

RGB 38 111 104 -
CMYK 0.66 0 0.06 0.56
HSL 174.25º 0.49% 0.29% -
HSV(B) 174.25º 0.66% 0.44% -
XYZ 8.98 12.78 15.09 -
YUV 88.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 38 111 104 0.66 0 0.06 0.56 174.25 0.49 0.29
Hex 26 6F 68 42 0 6 38 AE 31 1D
Octal 46 157 150 102 0 6 70 256 61 35
Binary 100110 1101111 1101000 1000010 0 110 111000 10101110 110001 11101

Color Harmonies of #266F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F68

Black with #266F68

Text Example


Text Example

White with #266F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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