Html Css Color HEX #129285 Dark Cyan

📋 copy color: '#129285'

red 18 ◦ green 146 ◦ blue 133

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

Shades of Dark Cyan #129285

Tints of Dark Cyan #129285

RGB

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

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

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

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

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

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

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

Color convert

RGB 18 146 133 -
CMYK 0.88 0 0.09 0.43
HSL 173.91º 0.78% 0.32% -
HSV(B) 173.91º 0.88% 0.57% -
XYZ 14.76 22.38 25.73 -
YUV 106.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 18 146 133 0.88 0 0.09 0.43 173.91 0.78 0.32
Hex 12 92 85 58 0 9 2B AE 4E 20
Octal 22 222 205 130 0 11 53 256 116 40
Binary 10010 10010010 10000101 1011000 0 1001 101011 10101110 1001110 100000

Color Harmonies of #129285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129285

Black with #129285

Text Example


Text Example

White with #129285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129285; }

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

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

background-color css

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

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

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

border-color css

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

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

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