Html Css Color HEX #14858C Dark Cyan

📋 copy color: '#14858C'

red 20 ◦ green 133 ◦ blue 140

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

Shades of Dark Cyan #14858C

Tints of Dark Cyan #14858C

RGB

 RED value IS 20 (8.2% from 255) = 6.83%

 GREEN value IS 133 (52.34% from 255) = 45.39%

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 6.83%
G = 45.39%
B = 47.78%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14858C (or 0x14858C) is known color: Dark Cyan. HEX triplet: 14, 85 and 8C. RGB value is (20,133,140). Sum of RGB (Red+Green+Blue) = 20+133+140=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #14858C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14858C is #EB7A73. Grayscale: #636363. Windows color (decimal): -15432308 or 9209108. OLE color: 9209108.

HSL color Cylindrical-coordinate representation of color #14858C: hue angle of 183.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14858C is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 133 140 -
CMYK 0.86 0.05 0 0.45
HSL 183.5º 0.75% 0.31% -
HSV(B) 183.5º 0.86% 0.55% -
XYZ 13.41 18.82 27.74 -
YUV 100.01 150.56 70.93 -
System Red Green Blue C M Y K H S L
Decimal 20 133 140 0.86 0.05 0 0.45 183.5 0.75 0.31
Hex 14 85 8C 56 5 0 2D B8 4B 1F
Octal 24 205 214 126 5 0 55 270 113 37
Binary 10100 10000101 10001100 1010110 101 0 101101 10111000 1001011 11111

Color Harmonies of #14858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14858C

Black with #14858C

Text Example


Text Example

White with #14858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14858C; }

 p { color: rgb(20,133,140); }

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

background-color css

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

 a { background-color: rgb(20,133,140); }

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

border-color css

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

 span { border-color: rgb(20,133,140); }

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