Html Css Color HEX #127C6B Deep Sea

📋 copy color: '#127C6B'

red 18 ◦ green 124 ◦ blue 107

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

Shades of Deep Sea #127C6B

Tints of Deep Sea #127C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 7.23%
G = 49.8%
B = 42.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#127C6B (or 0x127C6B) is known color: Deep Sea. HEX triplet: 12, 7C and 6B. RGB value is (18,124,107). Sum of RGB (Red+Green+Blue) = 18+124+107=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #127C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C6B is #ED8394. Grayscale: #5A5A5A. Windows color (decimal): -15565717 or 7044114. OLE color: 7044114.

HSL color Cylindrical-coordinate representation of color #127C6B: hue angle of 170.38º 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 #127C6B is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 124 107 -
CMYK 0.85 0 0.14 0.51
HSL 170.38º 0.75% 0.28% -
HSV(B) 170.38º 0.85% 0.49% -
XYZ 10.11 15.61 16.39 -
YUV 90.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 18 124 107 0.85 0 0.14 0.51 170.38 0.75 0.28
Hex 12 7C 6B 55 0 E 33 AA 4B 1C
Octal 22 174 153 125 0 16 63 252 113 34
Binary 10010 1111100 1101011 1010101 0 1110 110011 10101010 1001011 11100

Color Harmonies of #127C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127C6B

Black with #127C6B

Text Example


Text Example

White with #127C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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