Html Css Color HEX #018A95 Dark Cyan

📋 copy color: '#018A95'

red 1 ◦ green 138 ◦ blue 149

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

Shades of Dark Cyan #018A95

Tints of Dark Cyan #018A95

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.92%

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

R = 0.35%
G = 47.92%
B = 51.74%

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

#018A95 (or 0x018A95) is known color: Dark Cyan. HEX triplet: 01, 8A and 95. RGB value is (1,138,149). Sum of RGB (Red+Green+Blue) = 1+138+149=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #018A95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A95 is #FE756A. Grayscale: #626262. Windows color (decimal): -16676203 or 9800193. OLE color: 9800193.

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

Color convert

RGB 1 138 149 -
CMYK 0.99 0.07 0 0.42
HSL 184.46º 0.99% 0.29% -
HSV(B) 184.46º 0.99% 0.58% -
XYZ 14.53 20.35 31.6 -
YUV 98.29 156.61 58.61 -
System Red Green Blue C M Y K H S L
Decimal 1 138 149 0.99 0.07 0 0.42 184.46 0.99 0.29
Hex 1 8A 95 63 7 0 2A B8 63 1D
Octal 1 212 225 143 7 0 52 270 143 35
Binary 1 10001010 10010101 1100011 111 0 101010 10111000 1100011 11101

Color Harmonies of #018A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A95

Black with #018A95

Text Example


Text Example

White with #018A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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