Html Css Color HEX #018690 Dark Cyan

📋 copy color: '#018690'

red 1 ◦ green 134 ◦ blue 144

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

Shades of Dark Cyan #018690

Tints of Dark Cyan #018690

RGB

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

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

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

R = 0.36%
G = 48.03%
B = 51.61%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#018690 (or 0x018690) is known color: Dark Cyan. HEX triplet: 01, 86 and 90. RGB value is (1,134,144). Sum of RGB (Red+Green+Blue) = 1+134+144=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #018690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018690 is #FE796F. Grayscale: #5F5F5F. Windows color (decimal): -16677232 or 9471489. OLE color: 9471489.

HSL color Cylindrical-coordinate representation of color #018690: hue angle of 184.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018690 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 134 144 -
CMYK 0.99 0.07 0 0.44
HSL 184.2º 0.99% 0.28% -
HSV(B) 184.2º 0.99% 0.56% -
XYZ 13.57 19.07 29.35 -
YUV 95.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 1 134 144 0.99 0.07 0 0.44 184.2 0.99 0.28
Hex 1 86 90 63 7 0 2C B8 63 1C
Octal 1 206 220 143 7 0 54 270 143 34
Binary 1 10000110 10010000 1100011 111 0 101100 10111000 1100011 11100

Color Harmonies of #018690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018690

Black with #018690

Text Example


Text Example

White with #018690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018690; }

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

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

background-color css

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

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

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

border-color css

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

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

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