Html Css Color HEX #246D73 Allports

📋 copy color: '#246D73'

red 36 ◦ green 109 ◦ blue 115

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

Shades of Allports #246D73

Tints of Allports #246D73

RGB

 RED value IS 36 (14.45% from 255) = 13.85%

 GREEN value IS 109 (42.97% from 255) = 41.92%

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 13.85%
G = 41.92%
B = 44.23%

CMYK

 C value IS 0.69

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#246D73 (or 0x246D73) is known color: Allports. HEX triplet: 24, 6D and 73. RGB value is (36,109,115). Sum of RGB (Red+Green+Blue) = 36+109+115=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #246D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D73 is #DB928C. Grayscale: #575757. Windows color (decimal): -14389901 or 7564580. OLE color: 7564580.

HSL color Cylindrical-coordinate representation of color #246D73: hue angle of 184.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #246D73 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 109 115 -
CMYK 0.69 0.05 0 0.55
HSL 184.56º 0.52% 0.3% -
HSV(B) 184.56º 0.69% 0.45% -
XYZ 9.29 12.55 18.15 -
YUV 87.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 36 109 115 0.69 0.05 0 0.55 184.56 0.52 0.3
Hex 24 6D 73 45 5 0 37 B9 34 1E
Octal 44 155 163 105 5 0 67 271 64 36
Binary 100100 1101101 1110011 1000101 101 0 110111 10111001 110100 11110

Color Harmonies of #246D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246D73

Black with #246D73

Text Example


Text Example

White with #246D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246D73; }

 p { color: rgb(36,109,115); }

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

background-color css

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

 a { background-color: rgb(36,109,115); }

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

border-color css

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

 span { border-color: rgb(36,109,115); }

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