Html Css Color HEX #128592 Dark Cyan

📋 copy color: '#128592'

red 18 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #128592

Tints of Dark Cyan #128592

RGB

 RED value IS 18 (7.42% from 255) = 6.06%

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

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

R = 6.06%
G = 44.78%
B = 49.16%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128592 (or 0x128592) is known color: Dark Cyan. HEX triplet: 12, 85 and 92. RGB value is (18,133,146). Sum of RGB (Red+Green+Blue) = 18+133+146=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #128592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128592 is #ED7A6D. Grayscale: #636363. Windows color (decimal): -15563374 or 9602322. OLE color: 9602322.

HSL color Cylindrical-coordinate representation of color #128592: hue angle of 186.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128592 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 133 146 -
CMYK 0.88 0.09 0 0.43
HSL 186.09º 0.78% 0.32% -
HSV(B) 186.09º 0.88% 0.57% -
XYZ 13.83 18.98 30.13 -
YUV 100.1 153.9 69.44 -
System Red Green Blue C M Y K H S L
Decimal 18 133 146 0.88 0.09 0 0.43 186.09 0.78 0.32
Hex 12 85 92 58 9 0 2B BA 4E 20
Octal 22 205 222 130 11 0 53 272 116 40
Binary 10010 10000101 10010010 1011000 1001 0 101011 10111010 1001110 100000

Color Harmonies of #128592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128592

Black with #128592

Text Example


Text Example

White with #128592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128592; }

 p { color: rgb(18,133,146); }

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

background-color css

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

 a { background-color: rgb(18,133,146); }

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

border-color css

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

 span { border-color: rgb(18,133,146); }

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