Html Css Color HEX #128983 Dark Cyan

📋 copy color: '#128983'

red 18 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #128983

Tints of Dark Cyan #128983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

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

R = 6.29%
G = 47.9%
B = 45.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#128983 (or 0x128983) is known color: Dark Cyan. HEX triplet: 12, 89 and 83. RGB value is (18,137,131). Sum of RGB (Red+Green+Blue) = 18+137+131=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #128983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128983 is #ED767C. Grayscale: #646464. Windows color (decimal): -15562365 or 8620306. OLE color: 8620306.

HSL color Cylindrical-coordinate representation of color #128983: hue angle of 176.97º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128983 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 131 -
CMYK 0.87 0 0.04 0.46
HSL 176.97º 0.77% 0.3% -
HSV(B) 176.97º 0.87% 0.54% -
XYZ 13.29 19.66 24.57 -
YUV 100.74 145.08 68.99 -
System Red Green Blue C M Y K H S L
Decimal 18 137 131 0.87 0 0.04 0.46 176.97 0.77 0.3
Hex 12 89 83 57 0 4 2E B1 4D 1E
Octal 22 211 203 127 0 4 56 261 115 36
Binary 10010 10001001 10000011 1010111 0 100 101110 10110001 1001101 11110

Color Harmonies of #128983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128983

Black with #128983

Text Example


Text Example

White with #128983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128983; }

 p { color: rgb(18,137,131); }

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

background-color css

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

 a { background-color: rgb(18,137,131); }

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

border-color css

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

 span { border-color: rgb(18,137,131); }

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