Html Css Color HEX #168985 Dark Cyan

📋 copy color: '#168985'

red 22 ◦ green 137 ◦ blue 133

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

Shades of Dark Cyan #168985

Tints of Dark Cyan #168985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.92%

 BLUE value IS 133 (52.34% from 255) = 45.55%

R = 7.53%
G = 46.92%
B = 45.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#168985 (or 0x168985) is known color: Dark Cyan. HEX triplet: 16, 89 and 85. RGB value is (22,137,133). Sum of RGB (Red+Green+Blue) = 22+137+133=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #168985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168985 is #E9767A. Grayscale: #666666. Windows color (decimal): -15300219 or 8751382. OLE color: 8751382.

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

Color convert

RGB 22 137 133 -
CMYK 0.84 0 0.03 0.46
HSL 177.91º 0.72% 0.31% -
HSV(B) 177.91º 0.84% 0.54% -
XYZ 13.51 19.76 25.29 -
YUV 102.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 22 137 133 0.84 0 0.03 0.46 177.91 0.72 0.31
Hex 16 89 85 54 0 3 2E B2 48 1F
Octal 26 211 205 124 0 3 56 262 110 37
Binary 10110 10001001 10000101 1010100 0 11 101110 10110010 1001000 11111

Color Harmonies of #168985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168985

Black with #168985

Text Example


Text Example

White with #168985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168985; }

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

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

background-color css

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

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

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

border-color css

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

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

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