Html Css Color HEX #266550 Evening Sea

📋 copy color: '#266550'

red 38 ◦ green 101 ◦ blue 80

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

Shades of Evening Sea #266550

Tints of Evening Sea #266550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 17.35%
G = 46.12%
B = 36.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#266550 (or 0x266550) is known color: Evening Sea. HEX triplet: 26, 65 and 50. RGB value is (38,101,80). Sum of RGB (Red+Green+Blue) = 38+101+80=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #266550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266550 is #D99AAF. Grayscale: #4F4F4F. Windows color (decimal): -14260912 or 5268774. OLE color: 5268774.

HSL color Cylindrical-coordinate representation of color #266550: hue angle of 160º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #266550 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 101 80 -
CMYK 0.62 0 0.21 0.60
HSL 160º 0.45% 0.27% -
HSV(B) 160º 0.62% 0.4% -
XYZ 6.9 10.3 9.21 -
YUV 79.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 38 101 80 0.62 0 0.21 0.60 160 0.45 0.27
Hex 26 65 50 3E 0 15 3C A0 2D 1B
Octal 46 145 120 76 0 25 74 240 55 33
Binary 100110 1100101 1010000 111110 0 10101 111100 10100000 101101 11011

Color Harmonies of #266550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266550

Black with #266550

Text Example


Text Example

White with #266550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266550; }

 p { color: rgb(38,101,80); }

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

background-color css

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

 a { background-color: rgb(38,101,80); }

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

border-color css

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

 span { border-color: rgb(38,101,80); }

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