Html Css Color HEX #018792 Dark Cyan

📋 copy color: '#018792'

red 1 ◦ green 135 ◦ blue 146

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

Shades of Dark Cyan #018792

Tints of Dark Cyan #018792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.87%

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

R = 0.35%
G = 47.87%
B = 51.77%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018792 (or 0x018792) is known color: Dark Cyan. HEX triplet: 01, 87 and 92. RGB value is (1,135,146). Sum of RGB (Red+Green+Blue) = 1+135+146=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #018792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018792 is #FE786D. Grayscale: #606060. Windows color (decimal): -16676974 or 9602817. OLE color: 9602817.

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

Color convert

RGB 1 135 146 -
CMYK 0.99 0.08 0 0.43
HSL 184.55º 0.99% 0.29% -
HSV(B) 184.55º 0.99% 0.57% -
XYZ 13.86 19.41 30.21 -
YUV 96.19 156.11 60.11 -
System Red Green Blue C M Y K H S L
Decimal 1 135 146 0.99 0.08 0 0.43 184.55 0.99 0.29
Hex 1 87 92 63 8 0 2B B9 63 1D
Octal 1 207 222 143 10 0 53 271 143 35
Binary 1 10000111 10010010 1100011 1000 0 101011 10111001 1100011 11101

Color Harmonies of #018792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018792

Black with #018792

Text Example


Text Example

White with #018792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018792; }

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

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

background-color css

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

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

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

border-color css

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

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

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