Html Css Color HEX #168588 Dark Cyan

📋 copy color: '#168588'

red 22 ◦ green 133 ◦ blue 136

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

Shades of Dark Cyan #168588

Tints of Dark Cyan #168588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.7%

 BLUE value IS 136 (53.52% from 255) = 46.74%

R = 7.56%
G = 45.7%
B = 46.74%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#168588 (or 0x168588) is known color: Dark Cyan. HEX triplet: 16, 85 and 88. RGB value is (22,133,136). Sum of RGB (Red+Green+Blue) = 22+133+136=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #168588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168588 is #E97A77. Grayscale: #646464. Windows color (decimal): -15301240 or 8946966. OLE color: 8946966.

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

Color convert

RGB 22 133 136 -
CMYK 0.84 0.02 0 0.47
HSL 181.58º 0.72% 0.31% -
HSV(B) 181.58º 0.84% 0.53% -
XYZ 13.16 18.72 26.21 -
YUV 100.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 22 133 136 0.84 0.02 0 0.47 181.58 0.72 0.31
Hex 16 85 88 54 2 0 2F B6 48 1F
Octal 26 205 210 124 2 0 57 266 110 37
Binary 10110 10000101 10001000 1010100 10 0 101111 10110110 1001000 11111

Color Harmonies of #168588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168588

Black with #168588

Text Example


Text Example

White with #168588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168588; }

 p { color: rgb(22,133,136); }

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

background-color css

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

 a { background-color: rgb(22,133,136); }

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

border-color css

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

 span { border-color: rgb(22,133,136); }

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