Html Css Color HEX #018F97 Dark Cyan

📋 copy color: '#018F97'

red 1 ◦ green 143 ◦ blue 151

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

Shades of Dark Cyan #018F97

Tints of Dark Cyan #018F97

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 0.34%
G = 48.47%
B = 51.19%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018F97 (or 0x018F97) is known color: Dark Cyan. HEX triplet: 01, 8F and 97. RGB value is (1,143,151). Sum of RGB (Red+Green+Blue) = 1+143+151=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #018F97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F97 is #FE7068. Grayscale: #656565. Windows color (decimal): -16674921 or 9932545. OLE color: 9932545.

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

Color convert

RGB 1 143 151 -
CMYK 0.99 0.05 0 0.41
HSL 183.2º 0.99% 0.3% -
HSV(B) 183.2º 0.99% 0.59% -
XYZ 15.42 21.89 32.69 -
YUV 101.45 155.96 56.35 -
System Red Green Blue C M Y K H S L
Decimal 1 143 151 0.99 0.05 0 0.41 183.2 0.99 0.3
Hex 1 8F 97 63 5 0 29 B7 63 1E
Octal 1 217 227 143 5 0 51 267 143 36
Binary 1 10001111 10010111 1100011 101 0 101001 10110111 1100011 11110

Color Harmonies of #018F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F97

Black with #018F97

Text Example


Text Example

White with #018F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,151); }

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

background-color css

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

 a { background-color: rgb(1,143,151); }

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

border-color css

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

 span { border-color: rgb(1,143,151); }

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