Html Css Color HEX #168590 Dark Cyan

📋 copy color: '#168590'

red 22 ◦ green 133 ◦ blue 144

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

Shades of Dark Cyan #168590

Tints of Dark Cyan #168590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 7.36%
G = 44.48%
B = 48.16%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#168590 (or 0x168590) is known color: Dark Cyan. HEX triplet: 16, 85 and 90. RGB value is (22,133,144). Sum of RGB (Red+Green+Blue) = 22+133+144=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #168590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168590 is #E97A6F. Grayscale: #646464. Windows color (decimal): -15301232 or 9471254. OLE color: 9471254.

HSL color Cylindrical-coordinate representation of color #168590: hue angle of 185.41º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168590 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 22 133 144 -
CMYK 0.85 0.08 0 0.44
HSL 185.41º 0.73% 0.33% -
HSV(B) 185.41º 0.85% 0.56% -
XYZ 13.75 18.96 29.32 -
YUV 101.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 22 133 144 0.85 0.08 0 0.44 185.41 0.73 0.33
Hex 16 85 90 55 8 0 2C B9 49 21
Octal 26 205 220 125 10 0 54 271 111 41
Binary 10110 10000101 10010000 1010101 1000 0 101100 10111001 1001001 100001

Color Harmonies of #168590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168590

Black with #168590

Text Example


Text Example

White with #168590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168590; }

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

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

background-color css

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

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

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

border-color css

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

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

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