#127f8f

Color #127F8F Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #127F8F

Tints of Dark Cyan #127F8F

Color information

#127F8F (or 0x127F8F) is unknown color: approx Dark Cyan. HEX triplet: 12, 7F and 8F. RGB value is (18,127,143). Sum of RGB (Red+Green+Blue) = 18+127+143=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #127F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F8F is #ED8070. Grayscale: #606060. Windows color (decimal): -15564913 or 9404178. OLE color: 9404178.

HSL color Cylindrical-coordinate representation of color #127F8F: hue angle of 187.68º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127F8F is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18127143-
CMYK0.870.1100.44
HSL187.68º77.64%31.57%-
HSV(B)187.68º87.41%56.08%-
XYZ12.817.2928.65-
YUV96.23154.3972.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.25%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 143 (56.25% from 255) = 49.65%
R=6.25%
G=44.10%
B=49.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181271430.870.1100.44187.6877.6431.57
Hex127F8F57B02Cbc4e20
Octal221772171271305427411640
Binary10010111111110001111101011110110101100101111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127f8f; }

 p { color: rgb(18,127,143); }

 H1.HeaderClassName
 {
   color: #127f8f;
 }
 .AnyTagClassName
 {
   color: #127f8f;
 }
</style>
background-color css

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

 a { background-color: rgb(18,127,143); }

 div.DivClassName
 {
   background-color: #127f8f;
 }
 .BgClassName
 {
   background-color: #127f8f;
 }
</style>
border-color css

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

 span { border-color: rgb(18,127,143); }

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