Html Css Color HEX #018685 Dark Cyan

📋 copy color: '#018685'

red 1 ◦ green 134 ◦ blue 133

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

Shades of Dark Cyan #018685

Tints of Dark Cyan #018685

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 134 (52.73% from 255) = 50%

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

R = 0.37%
G = 50%
B = 49.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#018685 (or 0x018685) is known color: Dark Cyan. HEX triplet: 01, 86 and 85. RGB value is (1,134,133). Sum of RGB (Red+Green+Blue) = 1+134+133=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #018685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018685 is #FE797A. Grayscale: #5D5D5D. Windows color (decimal): -16677243 or 8750593. OLE color: 8750593.

HSL color Cylindrical-coordinate representation of color #018685: hue angle of 179.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018685 is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 133 -
CMYK 0.99 0 0.01 0.47
HSL 179.55º 0.99% 0.26% -
HSV(B) 179.55º 0.99% 0.53% -
XYZ 12.77 18.75 25.14 -
YUV 94.12 149.94 61.58 -
System Red Green Blue C M Y K H S L
Decimal 1 134 133 0.99 0 0.01 0.47 179.55 0.99 0.26
Hex 1 86 85 63 0 1 2F B4 63 1A
Octal 1 206 205 143 0 1 57 264 143 32
Binary 1 10000110 10000101 1100011 0 1 101111 10110100 1100011 11010

Color Harmonies of #018685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018685

Black with #018685

Text Example


Text Example

White with #018685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018685; }

 p { color: rgb(1,134,133); }

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

background-color css

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

 a { background-color: rgb(1,134,133); }

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

border-color css

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

 span { border-color: rgb(1,134,133); }

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