Html Css Color HEX #018793 Dark Cyan

📋 copy color: '#018793'

red 1 ◦ green 135 ◦ blue 147

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

Shades of Dark Cyan #018793

Tints of Dark Cyan #018793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 147 (57.81% from 255) = 51.94%

R = 0.35%
G = 47.7%
B = 51.94%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018793 (or 0x018793) is known color: Dark Cyan. HEX triplet: 01, 87 and 93. RGB value is (1,135,147). Sum of RGB (Red+Green+Blue) = 1+135+147=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #018793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018793 is #FE786C. Grayscale: #606060. Windows color (decimal): -16676973 or 9668353. OLE color: 9668353.

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

Color convert

RGB 1 135 147 -
CMYK 0.99 0.08 0 0.42
HSL 184.93º 0.99% 0.29% -
HSV(B) 184.93º 0.99% 0.58% -
XYZ 13.94 19.44 30.62 -
YUV 96.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 1 135 147 0.99 0.08 0 0.42 184.93 0.99 0.29
Hex 1 87 93 63 8 0 2A B9 63 1D
Octal 1 207 223 143 10 0 52 271 143 35
Binary 1 10000111 10010011 1100011 1000 0 101010 10111001 1100011 11101

Color Harmonies of #018793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018793

Black with #018793

Text Example


Text Example

White with #018793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018793; }

 p { color: rgb(1,135,147); }

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

background-color css

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

 a { background-color: rgb(1,135,147); }

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

border-color css

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

 span { border-color: rgb(1,135,147); }

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