Html Css Color HEX #127C6D Deep Sea

📋 copy color: '#127C6D'

red 18 ◦ green 124 ◦ blue 109

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

Shades of Deep Sea #127C6D

Tints of Deep Sea #127C6D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.4%

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 7.17%
G = 49.4%
B = 43.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#127C6D (or 0x127C6D) is known color: Deep Sea. HEX triplet: 12, 7C and 6D. RGB value is (18,124,109). Sum of RGB (Red+Green+Blue) = 18+124+109=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #127C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C6D is #ED8392. Grayscale: #5A5A5A. Windows color (decimal): -15565715 or 7175186. OLE color: 7175186.

HSL color Cylindrical-coordinate representation of color #127C6D: hue angle of 171.51º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C6D is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 109 -
CMYK 0.85 0 0.12 0.51
HSL 171.51º 0.75% 0.28% -
HSV(B) 171.51º 0.85% 0.49% -
XYZ 10.22 15.65 16.95 -
YUV 90.6 138.38 76.22 -
System Red Green Blue C M Y K H S L
Decimal 18 124 109 0.85 0 0.12 0.51 171.51 0.75 0.28
Hex 12 7C 6D 55 0 C 33 AC 4B 1C
Octal 22 174 155 125 0 14 63 254 113 34
Binary 10010 1111100 1101101 1010101 0 1100 110011 10101100 1001011 11100

Color Harmonies of #127C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C6D

Black with #127C6D

Text Example


Text Example

White with #127C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,124,109); }

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

background-color css

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

 a { background-color: rgb(18,124,109); }

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

border-color css

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

 span { border-color: rgb(18,124,109); }

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