Html Css Color HEX #266F64 Genoa

📋 copy color: '#266F64'

red 38 ◦ green 111 ◦ blue 100

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

Shades of Genoa #266F64

Tints of Genoa #266F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 15.26%
G = 44.58%
B = 40.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#266F64 (or 0x266F64) is known color: Genoa. HEX triplet: 26, 6F and 64. RGB value is (38,111,100). Sum of RGB (Red+Green+Blue) = 38+111+100=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 111 (43.75% from 255 or 44.58% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 111 - color contains mainly: green. Hex color #266F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F64 is #D9909B. Grayscale: #575757. Windows color (decimal): -14258332 or 6582054. OLE color: 6582054.

HSL color Cylindrical-coordinate representation of color #266F64: hue angle of 170.96º 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 #266F64 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 111 100 -
CMYK 0.66 0 0.10 0.56
HSL 170.96º 0.49% 0.29% -
HSV(B) 170.96º 0.66% 0.44% -
XYZ 8.78 12.7 14.05 -
YUV 87.92 134.82 92.39 -
System Red Green Blue C M Y K H S L
Decimal 38 111 100 0.66 0 0.10 0.56 170.96 0.49 0.29
Hex 26 6F 64 42 0 A 38 AB 31 1D
Octal 46 157 144 102 0 12 70 253 61 35
Binary 100110 1101111 1100100 1000010 0 1010 111000 10101011 110001 11101

Color Harmonies of #266F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F64

Black with #266F64

Text Example


Text Example

White with #266F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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