Html Css Color HEX #018C8B Dark Cyan

📋 copy color: '#018C8B'

red 1 ◦ green 140 ◦ blue 139

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

Shades of Dark Cyan #018C8B

Tints of Dark Cyan #018C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 0.36%
G = 50%
B = 49.64%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#018C8B (or 0x018C8B) is known color: Dark Cyan. HEX triplet: 01, 8C and 8B. RGB value is (1,140,139). Sum of RGB (Red+Green+Blue) = 1+140+139=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #018C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C8B is #FE7374. Grayscale: #626262. Windows color (decimal): -16675701 or 9145345. OLE color: 9145345.

HSL color Cylindrical-coordinate representation of color #018C8B: hue angle of 179.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C8B is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 140 139 -
CMYK 0.99 0 0.01 0.45
HSL 179.57º 0.99% 0.28% -
HSV(B) 179.57º 0.99% 0.55% -
XYZ 14.05 20.63 27.67 -
YUV 98.33 150.95 58.58 -
System Red Green Blue C M Y K H S L
Decimal 1 140 139 0.99 0 0.01 0.45 179.57 0.99 0.28
Hex 1 8C 8B 63 0 1 2D B4 63 1C
Octal 1 214 213 143 0 1 55 264 143 34
Binary 1 10001100 10001011 1100011 0 1 101101 10110100 1100011 11100

Color Harmonies of #018C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C8B

Black with #018C8B

Text Example


Text Example

White with #018C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018C8B; }

 p { color: rgb(1,140,139); }

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

background-color css

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

 a { background-color: rgb(1,140,139); }

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

border-color css

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

 span { border-color: rgb(1,140,139); }

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