Html Css Color HEX #018A92 Dark Cyan

📋 copy color: '#018A92'

red 1 ◦ green 138 ◦ blue 146

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

Shades of Dark Cyan #018A92

Tints of Dark Cyan #018A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 0.35%
G = 48.42%
B = 51.23%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018A92 (or 0x018A92) is known color: Dark Cyan. HEX triplet: 01, 8A and 92. RGB value is (1,138,146). Sum of RGB (Red+Green+Blue) = 1+138+146=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #018A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A92 is #FE756D. Grayscale: #616161. Windows color (decimal): -16676206 or 9603585. OLE color: 9603585.

HSL color Cylindrical-coordinate representation of color #018A92: hue angle of 183.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A92 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 138 146 -
CMYK 0.99 0.05 0 0.43
HSL 183.31º 0.99% 0.29% -
HSV(B) 183.31º 0.99% 0.57% -
XYZ 14.29 20.26 30.35 -
YUV 97.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 1 138 146 0.99 0.05 0 0.43 183.31 0.99 0.29
Hex 1 8A 92 63 5 0 2B B7 63 1D
Octal 1 212 222 143 5 0 53 267 143 35
Binary 1 10001010 10010010 1100011 101 0 101011 10110111 1100011 11101

Color Harmonies of #018A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A92

Black with #018A92

Text Example


Text Example

White with #018A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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