Html Css Color HEX #018B85 Dark Cyan

📋 copy color: '#018B85'

red 1 ◦ green 139 ◦ blue 133

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

Shades of Dark Cyan #018B85

Tints of Dark Cyan #018B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 0.37%
G = 50.92%
B = 48.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#018B85 (or 0x018B85) is known color: Dark Cyan. HEX triplet: 01, 8B and 85. RGB value is (1,139,133). Sum of RGB (Red+Green+Blue) = 1+139+133=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #018B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B85 is #FE747A. Grayscale: #606060. Windows color (decimal): -16675963 or 8751873. OLE color: 8751873.

HSL color Cylindrical-coordinate representation of color #018B85: hue angle of 177.39º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B85 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 139 133 -
CMYK 0.99 0 0.04 0.45
HSL 177.39º 0.99% 0.27% -
HSV(B) 177.39º 0.99% 0.55% -
XYZ 13.48 20.17 25.37 -
YUV 97.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 1 139 133 0.99 0 0.04 0.45 177.39 0.99 0.27
Hex 1 8B 85 63 0 4 2D B1 63 1B
Octal 1 213 205 143 0 4 55 261 143 33
Binary 1 10001011 10000101 1100011 0 100 101101 10110001 1100011 11011

Color Harmonies of #018B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018B85

Black with #018B85

Text Example


Text Example

White with #018B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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