Html Css Color HEX #018784 Dark Cyan

📋 copy color: '#018784'

red 1 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #018784

Tints of Dark Cyan #018784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.25%

R = 0.37%
G = 50.37%
B = 49.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#018784 (or 0x018784) is known color: Dark Cyan. HEX triplet: 01, 87 and 84. RGB value is (1,135,132). Sum of RGB (Red+Green+Blue) = 1+135+132=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #018784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018784 is #FE787B. Grayscale: #5E5E5E. Windows color (decimal): -16676988 or 8685313. OLE color: 8685313.

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

Color convert

RGB 1 135 132 -
CMYK 0.99 0 0.02 0.47
HSL 178.66º 0.99% 0.27% -
HSV(B) 178.66º 0.99% 0.53% -
XYZ 12.84 19 24.82 -
YUV 94.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 1 135 132 0.99 0 0.02 0.47 178.66 0.99 0.27
Hex 1 87 84 63 0 2 2F B3 63 1B
Octal 1 207 204 143 0 2 57 263 143 33
Binary 1 10000111 10000100 1100011 0 10 101111 10110011 1100011 11011

Color Harmonies of #018784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018784

Black with #018784

Text Example


Text Example

White with #018784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018784; }

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

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

background-color css

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

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

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

border-color css

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

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

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