Html Css Color HEX #18596A Orient

📋 copy color: '#18596A'

red 24 ◦ green 89 ◦ blue 106

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

Shades of Orient #18596A

Tints of Orient #18596A

RGB

 RED value IS 24 (9.77% from 255) = 10.96%

 GREEN value IS 89 (35.16% from 255) = 40.64%

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 10.96%
G = 40.64%
B = 48.4%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#18596A (or 0x18596A) is known color: Orient. HEX triplet: 18, 59 and 6A. RGB value is (24,89,106). Sum of RGB (Red+Green+Blue) = 24+89+106=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #18596A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18596A is #E7A695. Grayscale: #474747. Windows color (decimal): -15181462 or 6969624. OLE color: 6969624.

HSL color Cylindrical-coordinate representation of color #18596A: hue angle of 192.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18596A is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 89 106 -
CMYK 0.77 0.16 0 0.58
HSL 192.44º 0.63% 0.25% -
HSV(B) 192.44º 0.77% 0.42% -
XYZ 6.55 8.38 14.91 -
YUV 71.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 24 89 106 0.77 0.16 0 0.58 192.44 0.63 0.25
Hex 18 59 6A 4D 10 0 3A C0 3F 19
Octal 30 131 152 115 20 0 72 300 77 31
Binary 11000 1011001 1101010 1001101 10000 0 111010 11000000 111111 11001

Color Harmonies of #18596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18596A

Black with #18596A

Text Example


Text Example

White with #18596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18596A; }

 p { color: rgb(24,89,106); }

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

background-color css

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

 a { background-color: rgb(24,89,106); }

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

border-color css

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

 span { border-color: rgb(24,89,106); }

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