Html Css Color HEX #018B95 Dark Cyan

📋 copy color: '#018B95'

red 1 ◦ green 139 ◦ blue 149

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

Shades of Dark Cyan #018B95

Tints of Dark Cyan #018B95

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.1%

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 0.35%
G = 48.1%
B = 51.56%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018B95 (or 0x018B95) is known color: Dark Cyan. HEX triplet: 01, 8B and 95. RGB value is (1,139,149). Sum of RGB (Red+Green+Blue) = 1+139+149=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #018B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B95 is #FE746A. Grayscale: #626262. Windows color (decimal): -16675947 or 9800449. OLE color: 9800449.

HSL color Cylindrical-coordinate representation of color #018B95: hue angle of 184.05º 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 #018B95 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 139 149 -
CMYK 0.99 0.07 0 0.42
HSL 184.05º 0.99% 0.29% -
HSV(B) 184.05º 0.99% 0.58% -
XYZ 14.67 20.64 31.64 -
YUV 98.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 1 139 149 0.99 0.07 0 0.42 184.05 0.99 0.29
Hex 1 8B 95 63 7 0 2A B8 63 1D
Octal 1 213 225 143 7 0 52 270 143 35
Binary 1 10001011 10010101 1100011 111 0 101010 10111000 1100011 11101

Color Harmonies of #018B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B95

Black with #018B95

Text Example


Text Example

White with #018B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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