Html Css Color HEX #168389 Dark Cyan

📋 copy color: '#168389'

red 22 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #168389

Tints of Dark Cyan #168389

RGB

 RED value IS 22 (8.98% from 255) = 7.59%

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 7.59%
G = 45.17%
B = 47.24%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#168389 (or 0x168389) is known color: Dark Cyan. HEX triplet: 16, 83 and 89. RGB value is (22,131,137). Sum of RGB (Red+Green+Blue) = 22+131+137=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #168389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168389 is #E97C76. Grayscale: #626262. Windows color (decimal): -15301751 or 9011990. OLE color: 9011990.

HSL color Cylindrical-coordinate representation of color #168389: hue angle of 183.13º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168389 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 131 137 -
CMYK 0.84 0.04 0 0.46
HSL 183.13º 0.72% 0.31% -
HSV(B) 183.13º 0.84% 0.54% -
XYZ 12.96 18.21 26.5 -
YUV 99.09 149.39 73.01 -
System Red Green Blue C M Y K H S L
Decimal 22 131 137 0.84 0.04 0 0.46 183.13 0.72 0.31
Hex 16 83 89 54 4 0 2E B7 48 1F
Octal 26 203 211 124 4 0 56 267 110 37
Binary 10110 10000011 10001001 1010100 100 0 101110 10110111 1001000 11111

Color Harmonies of #168389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168389

Black with #168389

Text Example


Text Example

White with #168389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168389; }

 p { color: rgb(22,131,137); }

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

background-color css

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

 a { background-color: rgb(22,131,137); }

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

border-color css

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

 span { border-color: rgb(22,131,137); }

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