Html Css Color HEX #266660 Eden

📋 copy color: '#266660'

red 38 ◦ green 102 ◦ blue 96

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

Shades of Eden #266660

Tints of Eden #266660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

 BLUE value IS 96 (37.89% from 255) = 40.68%

R = 16.1%
G = 43.22%
B = 40.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#266660 (or 0x266660) is known color: Eden. HEX triplet: 26, 66 and 60. RGB value is (38,102,96). Sum of RGB (Red+Green+Blue) = 38+102+96=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #266660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266660 is #D9999F. Grayscale: #525252. Windows color (decimal): -14260640 or 6317606. OLE color: 6317606.

HSL color Cylindrical-coordinate representation of color #266660: hue angle of 174.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266660 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 96 -
CMYK 0.63 0 0.06 0.6
HSL 174.38º 0.46% 0.27% -
HSV(B) 174.38º 0.63% 0.4% -
XYZ 7.66 10.76 12.74 -
YUV 82.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 38 102 96 0.63 0 0.06 0.6 174.38 0.46 0.27
Hex 26 66 60 3F 0 6 3C AE 2E 1B
Octal 46 146 140 77 0 6 74 256 56 33
Binary 100110 1100110 1100000 111111 0 110 111100 10101110 101110 11011

Color Harmonies of #266660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266660

Black with #266660

Text Example


Text Example

White with #266660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266660; }

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

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

background-color css

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

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

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

border-color css

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

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

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