Html Css Color HEX #127F8E Dark Cyan

📋 copy color: '#127F8E'

red 18 ◦ green 127 ◦ blue 142

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

Shades of Dark Cyan #127F8E

Tints of Dark Cyan #127F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 44.25%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 6.27%
G = 44.25%
B = 49.48%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127F8E (or 0x127F8E) is known color: Dark Cyan. HEX triplet: 12, 7F and 8E. RGB value is (18,127,142). Sum of RGB (Red+Green+Blue) = 18+127+142=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #127F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F8E is #ED8071. Grayscale: #5F5F5F. Windows color (decimal): -15564914 or 9338642. OLE color: 9338642.

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

Color convert

RGB 18 127 142 -
CMYK 0.87 0.11 0 0.44
HSL 187.26º 0.78% 0.31% -
HSV(B) 187.26º 0.87% 0.56% -
XYZ 12.72 17.26 28.25 -
YUV 96.12 153.89 72.28 -
System Red Green Blue C M Y K H S L
Decimal 18 127 142 0.87 0.11 0 0.44 187.26 0.78 0.31
Hex 12 7F 8E 57 B 0 2C BB 4E 1F
Octal 22 177 216 127 13 0 54 273 116 37
Binary 10010 1111111 10001110 1010111 1011 0 101100 10111011 1001110 11111

Color Harmonies of #127F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F8E

Black with #127F8E

Text Example


Text Example

White with #127F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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