Html Css Color HEX #168388 Dark Cyan

📋 copy color: '#168388'

red 22 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #168388

Tints of Dark Cyan #168388

RGB

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

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

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

R = 7.61%
G = 45.33%
B = 47.06%

CMYK

 C value IS 0.84

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#168388 (or 0x168388) is known color: Dark Cyan. HEX triplet: 16, 83 and 88. RGB value is (22,131,136). Sum of RGB (Red+Green+Blue) = 22+131+136=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #168388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168388 is #E97C77. Grayscale: #626262. Windows color (decimal): -15301752 or 8946454. OLE color: 8946454.

HSL color Cylindrical-coordinate representation of color #168388: hue angle of 182.63º 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 #168388 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 131 136 -
CMYK 0.84 0.04 0 0.47
HSL 182.63º 0.72% 0.31% -
HSV(B) 182.63º 0.84% 0.53% -
XYZ 12.89 18.18 26.12 -
YUV 98.98 148.89 73.09 -
System Red Green Blue C M Y K H S L
Decimal 22 131 136 0.84 0.04 0 0.47 182.63 0.72 0.31
Hex 16 83 88 54 4 0 2F B7 48 1F
Octal 26 203 210 124 4 0 57 267 110 37
Binary 10110 10000011 10001000 1010100 100 0 101111 10110111 1001000 11111

Color Harmonies of #168388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168388

Black with #168388

Text Example


Text Example

White with #168388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168388; }

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

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

background-color css

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

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

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

border-color css

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

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

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