Html Css Color HEX #018692 Dark Cyan

📋 copy color: '#018692'

red 1 ◦ green 134 ◦ blue 146

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

Shades of Dark Cyan #018692

Tints of Dark Cyan #018692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 0.36%
G = 47.69%
B = 51.96%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018692 (or 0x018692) is known color: Dark Cyan. HEX triplet: 01, 86 and 92. RGB value is (1,134,146). Sum of RGB (Red+Green+Blue) = 1+134+146=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #018692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018692 is #FE796D. Grayscale: #5F5F5F. Windows color (decimal): -16677230 or 9602561. OLE color: 9602561.

HSL color Cylindrical-coordinate representation of color #018692: hue angle of 184.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018692 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 134 146 -
CMYK 0.99 0.08 0 0.43
HSL 184.97º 0.99% 0.29% -
HSV(B) 184.97º 0.99% 0.57% -
XYZ 13.73 19.13 30.16 -
YUV 95.6 156.44 60.52 -
System Red Green Blue C M Y K H S L
Decimal 1 134 146 0.99 0.08 0 0.43 184.97 0.99 0.29
Hex 1 86 92 63 8 0 2B B9 63 1D
Octal 1 206 222 143 10 0 53 271 143 35
Binary 1 10000110 10010010 1100011 1000 0 101011 10111001 1100011 11101

Color Harmonies of #018692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018692

Black with #018692

Text Example


Text Example

White with #018692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018692; }

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

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

background-color css

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

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

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

border-color css

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

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

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