Html Css Color HEX #128692 Dark Cyan

📋 copy color: '#128692'

red 18 ◦ green 134 ◦ blue 146

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

Shades of Dark Cyan #128692

Tints of Dark Cyan #128692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.97%

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

R = 6.04%
G = 44.97%
B = 48.99%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#128692 (or 0x128692) is known color: Dark Cyan. HEX triplet: 12, 86 and 92. RGB value is (18,134,146). Sum of RGB (Red+Green+Blue) = 18+134+146=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #128692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128692 is #ED796D. Grayscale: #646464. Windows color (decimal): -15563118 or 9602578. OLE color: 9602578.

HSL color Cylindrical-coordinate representation of color #128692: hue angle of 185.62º 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 #128692 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 134 146 -
CMYK 0.88 0.08 0 0.43
HSL 185.63º 0.78% 0.32% -
HSV(B) 185.63º 0.88% 0.57% -
XYZ 13.96 19.25 30.17 -
YUV 100.68 153.57 69.02 -
System Red Green Blue C M Y K H S L
Decimal 18 134 146 0.88 0.08 0 0.43 185.63 0.78 0.32
Hex 12 86 92 58 8 0 2B BA 4E 20
Octal 22 206 222 130 10 0 53 272 116 40
Binary 10010 10000110 10010010 1011000 1000 0 101011 10111010 1001110 100000

Color Harmonies of #128692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128692

Black with #128692

Text Example


Text Example

White with #128692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128692; }

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

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

background-color css

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

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

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

border-color css

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

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

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