Html Css Color HEX #018389 Dark Cyan

📋 copy color: '#018389'

red 1 ◦ green 131 ◦ blue 137

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

Shades of Dark Cyan #018389

Tints of Dark Cyan #018389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.7%

 BLUE value IS 137 (53.91% from 255) = 50.93%

R = 0.37%
G = 48.7%
B = 50.93%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#018389 (or 0x018389) is known color: Dark Cyan. HEX triplet: 01, 83 and 89. RGB value is (1,131,137). Sum of RGB (Red+Green+Blue) = 1+131+137=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #018389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018389 is #FE7C76. Grayscale: #5C5C5C. Windows color (decimal): -16678007 or 9011969. OLE color: 9011969.

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

Color convert

RGB 1 131 137 -
CMYK 0.99 0.04 0 0.46
HSL 182.65º 0.99% 0.27% -
HSV(B) 182.65º 0.99% 0.54% -
XYZ 12.64 18.05 26.48 -
YUV 92.81 152.93 62.51 -
System Red Green Blue C M Y K H S L
Decimal 1 131 137 0.99 0.04 0 0.46 182.65 0.99 0.27
Hex 1 83 89 63 4 0 2E B7 63 1B
Octal 1 203 211 143 4 0 56 267 143 33
Binary 1 10000011 10001001 1100011 100 0 101110 10110111 1100011 11011

Color Harmonies of #018389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018389

Black with #018389

Text Example


Text Example

White with #018389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018389; }

 p { color: rgb(1,131,137); }

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

background-color css

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

 a { background-color: rgb(1,131,137); }

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

border-color css

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

 span { border-color: rgb(1,131,137); }

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