Html Css Color HEX #018992 Dark Cyan

📋 copy color: '#018992'

red 1 ◦ green 137 ◦ blue 146

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

Shades of Dark Cyan #018992

Tints of Dark Cyan #018992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.24%

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

R = 0.35%
G = 48.24%
B = 51.41%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018992 (or 0x018992) is known color: Dark Cyan. HEX triplet: 01, 89 and 92. RGB value is (1,137,146). Sum of RGB (Red+Green+Blue) = 1+137+146=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #018992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018992 is #FE766D. Grayscale: #616161. Windows color (decimal): -16676462 or 9603329. OLE color: 9603329.

HSL color Cylindrical-coordinate representation of color #018992: hue angle of 183.72º 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 #018992 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 137 146 -
CMYK 0.99 0.06 0 0.43
HSL 183.72º 0.99% 0.29% -
HSV(B) 183.72º 0.99% 0.57% -
XYZ 14.15 19.97 30.3 -
YUV 97.36 155.44 59.27 -
System Red Green Blue C M Y K H S L
Decimal 1 137 146 0.99 0.06 0 0.43 183.72 0.99 0.29
Hex 1 89 92 63 6 0 2B B8 63 1D
Octal 1 211 222 143 6 0 53 270 143 35
Binary 1 10001001 10010010 1100011 110 0 101011 10111000 1100011 11101

Color Harmonies of #018992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018992

Black with #018992

Text Example


Text Example

White with #018992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018992; }

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

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

background-color css

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

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

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

border-color css

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

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

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