Html Css Color HEX #266F66 Genoa

📋 copy color: '#266F66'

red 38 ◦ green 111 ◦ blue 102

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

Shades of Genoa #266F66

Tints of Genoa #266F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 15.14%
G = 44.22%
B = 40.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#266F66 (or 0x266F66) is known color: Genoa. HEX triplet: 26, 6F and 66. RGB value is (38,111,102). Sum of RGB (Red+Green+Blue) = 38+111+102=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #266F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266F66 is #D99099. Grayscale: #585858. Windows color (decimal): -14258330 or 6713126. OLE color: 6713126.

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

Color convert

RGB 38 111 102 -
CMYK 0.66 0 0.08 0.56
HSL 172.6º 0.49% 0.29% -
HSV(B) 172.6º 0.66% 0.44% -
XYZ 8.88 12.74 14.56 -
YUV 88.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 38 111 102 0.66 0 0.08 0.56 172.6 0.49 0.29
Hex 26 6F 66 42 0 8 38 AD 31 1D
Octal 46 157 146 102 0 10 70 255 61 35
Binary 100110 1101111 1100110 1000010 0 1000 111000 10101101 110001 11101

Color Harmonies of #266F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266F66

Black with #266F66

Text Example


Text Example

White with #266F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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