Html Css Color HEX #018A83 Dark Cyan

📋 copy color: '#018A83'

red 1 ◦ green 138 ◦ blue 131

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

Shades of Dark Cyan #018A83

Tints of Dark Cyan #018A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.52%

R = 0.37%
G = 51.11%
B = 48.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#018A83 (or 0x018A83) is known color: Dark Cyan. HEX triplet: 01, 8A and 83. RGB value is (1,138,131). Sum of RGB (Red+Green+Blue) = 1+138+131=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #018A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A83 is #FE757C. Grayscale: #606060. Windows color (decimal): -16676221 or 8620545. OLE color: 8620545.

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

Color convert

RGB 1 138 131 -
CMYK 0.99 0 0.05 0.46
HSL 176.93º 0.99% 0.27% -
HSV(B) 176.93º 0.99% 0.54% -
XYZ 13.2 19.82 24.6 -
YUV 96.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 1 138 131 0.99 0 0.05 0.46 176.93 0.99 0.27
Hex 1 8A 83 63 0 5 2E B1 63 1B
Octal 1 212 203 143 0 5 56 261 143 33
Binary 1 10001010 10000011 1100011 0 101 101110 10110001 1100011 11011

Color Harmonies of #018A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A83

Black with #018A83

Text Example


Text Example

White with #018A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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